Skip to content

Commit 0af45a1

Browse files
committed
[zh-cn] fix: code block typo in deployment.md
1 parent 2214def commit 0af45a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Get more details on your updated Deployment:
439439
* 在上线成功后,可以通过运行 `kubectl get deployments` 来查看 Deployment:
440440
输出类似于:
441441

442-
```ini
442+
```
443443
NAME READY UP-TO-DATE AVAILABLE AGE
444444
nginx-deployment 3/3 3 3 36s
445445
```

0 commit comments

Comments
 (0)