chore(doc): spelling (#3172)

* Spelling: 'an unicode' -> 'a unicode'

* fix(changelog) spelling

* Remove double spaces

* Spelling
This commit is contained in:
ckielstra
2022-03-16 10:19:19 +01:00
committed by GitHub
parent d56ce08782
commit f79e2838cb
27 changed files with 82 additions and 81 deletions

View File

@@ -22,7 +22,7 @@ static void float_btn_event_cb(lv_event_t * e)
}
/**
* Create a list a with a floating button
* Create a list with a floating button
*/
void lv_example_scroll_3(void)
{

View File

@@ -2,7 +2,7 @@ class ScrollExample_3():
def __init__(self):
self.btn_cnt = 1
#
# Create a list a with a floating button
# Create a list with a floating button
#
list = lv.list(lv.scr_act())