diff --git a/zh-cn/application-dev/ui/ts-performance-improvement-recommendation.md b/zh-cn/application-dev/ui/ts-performance-improvement-recommendation.md
index 75909c1c8607a5aaabf2a15a5a75da82078b05b3..e37724ed2f5d44cf9557e36bcc072f7430a81658 100644
--- a/zh-cn/application-dev/ui/ts-performance-improvement-recommendation.md
+++ b/zh-cn/application-dev/ui/ts-performance-improvement-recommendation.md
@@ -297,6 +297,5 @@ class MyDataSource implements IDataSource {
}
}
```
-**使用说明:**
-cachedCount的增加会增大UI的cpu、内存开销。
-使用时需要根据实际情况,综合性能和用户体验进行调整。
\ No newline at end of file
+**使用说明:**
+cachedCount的增加会增大UI的cpu、内存开销。使用时需要根据实际情况,综合性能和用户体验进行调整。
\ No newline at end of file