Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcbrown89 authored Aug 11, 2024
1 parent 8a6cb52 commit 3b2576d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/tutorials/kubernetes_101/module5.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export NODE_PORT=$(kubectl get services/kubernetes-bootcamp -o go-template='{{(i
echo NODE_PORT=$NODE_PORT
```

Next, we'll do a `curl` to the exposed IP and port. Execute the command mulitple times:
Next, we'll do a `curl` to the exposed IP and port. Execute the command multiple times:

```shell
curl $(minikube ip):$NODE_PORT
Expand Down

0 comments on commit 3b2576d

Please sign in to comment.