docs fix typo: arae -> area (#2488)

Co-authored-by: Vincent Hamp <hamp@zimo.at>
This commit is contained in:
Vincent Hamp
2021-08-24 14:51:29 +02:00
committed by GitHub
parent e111ea2a62
commit 088b2bd490
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ lv_obj_clear_flag(arc, LV_OBJ_FLAG_CLICKABLE);
- `arc_dsc`
- LV_ARC_DRAW_PART_KNOB The knob
- `part`: `LV_PART_KNOB`
- `draw_area`: the arae of the knob
- `draw_area`: the area of the knob
- `rect_dsc`:
See the events of the [Base object](/widgets/obj) too.

View File

@@ -80,7 +80,7 @@ To align the text in the Text area ` lv_textarea_set_align(textarea, LV_TEXT_ALI
### Accepted characters
You can set a list of accepted characters with `lv_textarae_set_accepted_chars(textarea, "0123456789.+-")`.
You can set a list of accepted characters with `lv_textarea_set_accepted_chars(textarea, "0123456789.+-")`.
Other characters will be ignored.
### Max text length