Skip to content

Commit 6060f7d

Browse files
authored
Update module1.md
1 parent 60a3051 commit 6060f7d

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)