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

Commit 1ee9d32

Browse files
author
Greg Van Liew
authored
Merge pull request #1079 from bangseongbeom/patch-1
Fix typo
2 parents 063e398 + 31ba5f2 commit 1ee9d32

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)