Skip to content

Commit 4353211

Browse files
authored
Merge pull request #26026 from xiaoping378/patch-1
Update deployment.md
2 parents a8128d2 + 929bfc9 commit 4353211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/workloads/controllers/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Follow the steps given below to create the above Deployment:
186186
-->
187187
* `NAME` 列出了集群中 Deployment 的名称。
188188
* `READY` 显示应用程序的可用的 _副本_ 数。显示的模式是“就绪个数/期望个数”。
189-
* `UP-TO-DATE` 显示为了打到期望状态已经更新的副本数
189+
* `UP-TO-DATE` 显示为了达到期望状态已经更新的副本数
190190
* `AVAILABLE` 显示应用可供用户使用的副本数。
191191
* `AGE` 显示应用程序运行的时间。
192192

0 commit comments

Comments
 (0)