From 5ab80f85515e9ed11e7acc9792d84a9eb15e8e45 Mon Sep 17 00:00:00 2001 From: zhengjiajin <393926893@qq.com> Date: Sun, 21 May 2017 17:02:42 +0800 Subject: [PATCH] fix typo --- examples/volumes/scaleio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/volumes/scaleio/README.md b/examples/volumes/scaleio/README.md index b5fc8f42e18..849be22d73b 100644 --- a/examples/volumes/scaleio/README.md +++ b/examples/volumes/scaleio/README.md @@ -211,7 +211,7 @@ sio-small kubernetes.io/scaleio ### PVC for the StorageClass -The next step is to define/deploy a `PeristentVolumeClaim` that will use the StorageClass. +The next step is to define/deploy a `PersistentVolumeClaim` that will use the StorageClass. File [sc-pvc.yaml](sc-pvc.yaml)