From a6755ea5ece6eec3d21e8c4bda8d6b2772bb5589 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sun, 18 Aug 2019 23:25:49 +0900 Subject: [PATCH] fixed a typo --- .../tasks/configure-pod-container/configure-volume-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md b/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md index 826cd20ae596a..bec97a2975bde 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md +++ b/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md @@ -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