Skip to content

Commit 3b4ed19

Browse files
authored
Merge pull request #49600 from dkarczmarski/fix-deployment-md-code-block-init
fix: code block typo in deployment.md
2 parents 8831eb6 + 3479c00 commit 3b4ed19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Get more details on your updated Deployment:
227227
* After the rollout succeeds, you can view the Deployment by running `kubectl get deployments`.
228228
The output is similar to this:
229229

230-
```ini
230+
```
231231
NAME READY UP-TO-DATE AVAILABLE AGE
232232
nginx-deployment 3/3 3 3 36s
233233
```

0 commit comments

Comments
 (0)