Skip to content

Commit

Permalink
fixed a typo (kubernetes#15918)
Browse files Browse the repository at this point in the history
  • Loading branch information
oke-py authored and wahyuoi committed Sep 9, 2019
1 parent 1b8c537 commit f2c4b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2c4b86

Please sign in to comment.