From eb1cf728c6106d5211593662b012814425150519 Mon Sep 17 00:00:00 2001 From: zhengjiajin <393926893@qq.com> Date: Mon, 29 May 2017 00:42:23 +0800 Subject: [PATCH] Correct spelling in quobyte --- examples/volumes/quobyte/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/volumes/quobyte/Readme.md b/examples/volumes/quobyte/Readme.md index b2689f11e94..4199a232a85 100644 --- a/examples/volumes/quobyte/Readme.md +++ b/examples/volumes/quobyte/Readme.md @@ -60,7 +60,7 @@ spec: Parameters: -* **registry** Quobyte registry to use to mount the volume. You can specifiy the registry as : pair or if you want to specify multiple registries you just have to put a comma between them e.q. :,:,:. The host can be an IP address or if you have a working DNS you can also provide the DNS names. +* **registry** Quobyte registry to use to mount the volume. You can specify the registry as : pair or if you want to specify multiple registries you just have to put a comma between them e.q. :,:,:. The host can be an IP address or if you have a working DNS you can also provide the DNS names. * **volume** volume represents a Quobyte volume which must be created before usage. * **readOnly** is the boolean that sets the mountpoint readOnly or readWrite. * **user** maps all access to this user. Default is `root`.