From 1d005d47b5c4581ced1b8d440d9d1a1243c2f27b Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Mon, 4 Feb 2019 14:44:04 -0500 Subject: [PATCH 1/2] typo: makes verb number agree with subject also changed `one` to `someone` to be more English-as-a-Second-Language friendly --- docs/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kustomization.yaml b/docs/kustomization.yaml index 781da106e..cdfce186a 100644 --- a/docs/kustomization.yaml +++ b/docs/kustomization.yaml @@ -215,7 +215,7 @@ crds: # Vars are used to capture text from one resource's field # and insert that text elsewhere. # -# For example, suppose one specify the name of a k8s Service +# For example, suppose someone specifies the name of a k8s Service # object in a container's command line, and the name of a # k8s Secret object in a container's environment variable, # so that the following would work: From b15b20467ccd0d2d829901bcf574be5666cf23e3 Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Mon, 4 Feb 2019 14:48:43 -0500 Subject: [PATCH 2/2] typo: changes verb number to agree with subject --- docs/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kustomization.yaml b/docs/kustomization.yaml index cdfce186a..807f58d26 100644 --- a/docs/kustomization.yaml +++ b/docs/kustomization.yaml @@ -255,7 +255,7 @@ vars: # reference within that object. That's where the text is found. # # The field reference is optional; it defaults to `metadata.name`, -# a normal default, since kustomize is used to generates or +# a normal default, since kustomize is used to generate or # modify the names of resources. # # At time of writing, only string type fields are supported.