Skip to content

Commit 7ac478c

Browse files
committed
fixed typos
1 parent f359469 commit 7ac478c

File tree

1 file changed

+2
-2
lines changed
  • 12-scalability-and-architectural-patterns/08-scaling-an-app-on-kubernetes

1 file changed

+2
-2
lines changed

12-scalability-and-architectural-patterns/08-scaling-an-app-on-kubernetes/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 08-scaling-an-app-on-kubernetes
22

3-
This examples demostrates how to deploy and scale a simple Node.js webserver on Kubernetes (using minikube)
3+
This examples demonstrates how to deploy and scale a simple Node.js webserver on Kubernetes (using minikube)
44

55
## Requirements
66

@@ -21,7 +21,7 @@ docker build -t hello-web:v1 .
2121

2222
### 2. Add the app to the kubernetes cluster
2323

24-
Start the minikube kubernetes dashboard to see how you local cluster changes with the varius interactions we are going to perform:
24+
Start the minikube kubernetes dashboard to see how you local cluster changes with the various interactions we are going to perform:
2525

2626
```bash
2727
minikube dashboard

0 commit comments

Comments
 (0)