Skip to content

Commit 26ed986

Browse files
authored
Merge pull request #18348 from chahatjaink/patch-1
Update module1.md with the recurring typo
2 parents 0224db9 + 6060f7d commit 26ed986

File tree

1 file changed

+1
-1
lines changed
  • site/content/en/docs/tutorials/kubernetes_101

1 file changed

+1
-1
lines changed

site/content/en/docs/tutorials/kubernetes_101/module1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ During this tutorial, we'll be focusing on the command line for deploying and ex
4848
kubectl get nodes
4949
```
5050

51-
This command shows all nodes that can be used to host our applications. Now we have only one node, and we can see that its status it ready (it is ready to accept applications for deployment).
51+
This command shows all nodes that can be used to host our applications. Now we have only one node, and we can see that its status is ready (it is ready to accept applications for deployment).
5252

5353
{{% button link="/docs/tutorials/kubernetes_101/module2" %}}

0 commit comments

Comments
 (0)