docs(timer) fix typos (#2261)

Co-authored-by: guowei15 <guowei15@xiaomi.com>
This commit is contained in:
guoweilkd
2021-05-18 22:02:52 +08:00
committed by GitHub
parent 8155712687
commit fb0979cbc1

View File

@@ -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