Update content/ja/docs/setup/learning-environment/minikube.md

Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
pull/22084/head
hikkie3110 2020-07-12 22:14:31 +09:00 committed by GitHub
parent 4594a0a8de
commit 28e3a56583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ MinikubeのサポートするKubernetesの機能:
4. `hello-minikube`Podが起動開始されましたが、公開したService経由で接続する前にPodが起動完了になるまで待つ必要があります。
Podが稼働しているか確認す:
Podが稼働しているか確認します:
```shell
kubectl get pod
```