Skip to content

Commit b3d1d91

Browse files
authored
Merge pull request #49604 from dkarczmarski/fix-deployment-md-code-block-init-zh-cn
[zh-cn] fix: code block typo in deployment.md
2 parents 0897370 + 0af45a1 commit b3d1d91

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)