fixed a typo (#15918)

pull/15936/head
Naoki Oketani 2019-08-19 09:56:03 +09:00 committed by Kubernetes Prow Robot
parent 2382c9ea4e
commit 06ddf5210c
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ of `Always`.
kubectl exec -it redis -- /bin/bash
```
1. In your shell, goto `/data/redis`, and verify that `test-file` is still there.
1. In your shell, go to `/data/redis`, and verify that `test-file` is still there.
```shell
root@redis:/data/redis# cd /data/redis/
root@redis:/data/redis# ls