From 088b2bd49080cdd19e45d79bfd7e72e59f9bd6ec Mon Sep 17 00:00:00 2001 From: Vincent Hamp Date: Tue, 24 Aug 2021 14:51:29 +0200 Subject: [PATCH] docs fix typo: arae -> area (#2488) Co-authored-by: Vincent Hamp --- docs/widgets/core/arc.md | 2 +- docs/widgets/core/textarea.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/widgets/core/arc.md b/docs/widgets/core/arc.md index afca258909..6c0180b460 100644 --- a/docs/widgets/core/arc.md +++ b/docs/widgets/core/arc.md @@ -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. diff --git a/docs/widgets/core/textarea.md b/docs/widgets/core/textarea.md index 33dcbfbc5e..7e42f2f178 100644 --- a/docs/widgets/core/textarea.md +++ b/docs/widgets/core/textarea.md @@ -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