Skip to content

Commit

Permalink
docs fix typo: arae -> area (#2488)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Hamp <[email protected]>
  • Loading branch information
higaski and higaski committed Aug 24, 2021
1 parent e111ea2 commit 088b2bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/widgets/core/arc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/widgets/core/textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 088b2bd

Please sign in to comment.