Skip to content

Commit 2b6543e

Browse files
Fix misspelling in CKA.md (iluwatar#370)
1 parent e83fa51 commit 2b6543e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/kubernetes/CKA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ affinity:
681681
</b></details>
682682

683683
<details>
684-
<summary>reate and run a Pod called `some-pod` with the image `redis` and configure it to use the selector `hw=max`</summary><br><b>
684+
<summary>Create and run a Pod called `some-pod` with the image `redis` and configure it to use the selector `hw=max`</summary><br><b>
685685

686686
```
687687
kubectl run some-pod --image=redis --dry-run=client -o yaml > pod.yaml

0 commit comments

Comments
 (0)