From fb0979cbc1d58096144657c58e9b7da0504e89ff Mon Sep 17 00:00:00 2001 From: guoweilkd <35251456+guoweilkd@users.noreply.github.com> Date: Tue, 18 May 2021 22:02:52 +0800 Subject: [PATCH] docs(timer) fix typos (#2261) Co-authored-by: guowei15 --- docs/overview/timer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/timer.md b/docs/overview/timer.md index 37cb18539..e188234f3 100644 --- a/docs/overview/timer.md +++ b/docs/overview/timer.md @@ -52,7 +52,7 @@ You can modify some parameters of the timers later: ## Repeat count -You can make a timer repat only a given times with `lv_timer_set_repeat_count(timer, count)`. The timer will automatically be deleted after being called the defined times. Set the ount to `-1` to repeat infinitly. +You can make a timer repat only a given times with `lv_timer_set_repeat_count(timer, count)`. The timer will automatically be deleted after being called the defined times. Set the count to `-1` to repeat infinitly. ## Measure idle time