Apply suggestions from code review

Co-authored-by: inductor(Kohei) <kela@inductor.me>
pull/24869/head
yu-kasuya 2020-09-02 18:49:36 +09:00 committed by inductor
parent 61d24d7787
commit e1bcc4fff9
1 changed files with 1 additions and 2 deletions

View File

@ -188,7 +188,7 @@ curl http://${EXTERNAL_IP} # これを前に見たEXTERNAL-IPに置き換えま
## {{% heading "cleanup" %}} ## {{% heading "cleanup" %}}
Serviceを削除するために、このコマンドを入力してください: Serviceを削除するに、このコマンドを入力してください:
```shell ```shell
kubectl delete services frontend hello kubectl delete services frontend hello
@ -208,4 +208,3 @@ kubectl delete deployment frontend hello