diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md b/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md
index e9b00bc26c5a7632c0ad12531130154b0cbdde77..66cdc22b56b222119f87550419fbdb4a923b7178 100644
--- a/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md
+++ b/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md
@@ -30,7 +30,7 @@ Swiper(controller?: SwiperController)
| 名称 | 参数类型 | 描述 |
| --------------------------- | ---------------------------------------- | ---------------------------------------- |
| index | number | 设置当前在容器中显示的子组件的索引值。
默认值:0 |
-| autoPlay | boolean | 子组件是否自动播放,自动播放状态下,导航点不可操作。
默认值:false |
+| autoPlay | boolean | 子组件是否自动播放。
默认值:false |
| interval | number | 使用自动播放时播放的时间间隔,单位为毫秒。
默认值:3000 |
| indicator | boolean | 是否启用导航点指示器。
默认值:true |
| loop | boolean | 是否开启循环。
设置为true时表示开启循环,在LazyForEach懒循环加载模式下,加载的组件数量建议大于5个。
默认值:true |