Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 31ba5f2

Browse files
Fix typo
1 parent 604d1b6 commit 31ba5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/kubernetes-helm-minikube/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A few notes on the definition:
3232
FROM node:lts
3333
```
3434

35-
* If you want minikube to automatically start when the dev container starrts, uncomment the following line:
35+
* If you want minikube to automatically start when the dev container starts, uncomment the following line:
3636

3737
```json
3838
"postStartCommand": "nohup bash -c 'minikube start &' > minikube.log 2>&1",

0 commit comments

Comments
 (0)