diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-texttimer.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-texttimer.md
index 993fc551a87ea814e98aa90e25271b6cecab9ca9..4fe06f9b77719d63029b6ddf9422514d94afd4e1 100644
--- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-texttimer.md
+++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-texttimer.md
@@ -22,7 +22,7 @@ TextTimer(options?: { isCountDown?: boolean, count?: number, controller?: TextTi
**参数:**
| 参数名 | 参数类型 | 必填 | 参数描述 |
-| ----------- | -------- | -------- | -------- | -------- |
+| ----------- | -------- | -------- | -------- |
| isCountDown | boolean | 否 | 是否倒计时。
默认值:false |
| count | number | 否 | 倒计时时间(isCountDown为true时生效),单位为毫秒。
- count<=0时,使用默认值为倒计时初始值。
- count>0时,count值为倒计时初始值。
默认值:60000 |
| controller | [TextTimerController](#texttimercontroller) | 否 | TextTimer控制器。 |