Skip to content

Commit af02f58

Browse files
authored
Make "Pod" uppercase for consistency in this file
Updates one lone instance of lowercase "pod" for consistency.
1 parent b124afb commit af02f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/assign-cpu-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ resources:
105105
cpu: 500m
106106
```
107107
108-
Use `kubectl top` to fetch the metrics for the pod:
108+
Use `kubectl top` to fetch the metrics for the Pod:
109109

110110
```shell
111111
kubectl top pod cpu-demo --namespace=cpu-example

0 commit comments

Comments
 (0)