From 3ee74217d162a21ced3df5c6b901b520ed64a4d4 Mon Sep 17 00:00:00 2001 From: jiaweizhou Date: Tue, 1 Aug 2017 21:52:08 +0800 Subject: [PATCH] fix spelling error --- docs/using_helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_helm.md b/docs/using_helm.md index 777661ea5..50f74a892 100755 --- a/docs/using_helm.md +++ b/docs/using_helm.md @@ -296,7 +296,7 @@ nodeSelector: kubernetes.io/role: master ``` -Deeply nested datastructures can be difficult to express using `--set`. Chart +Deeply nested data structures can be difficult to express using `--set`. Chart designers are encouraged to consider the `--set` usage when designing the format of a `values.yaml` file.