From b098e4c4c2a77faa452cfbdd479eff75fd73ec0e Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sun, 2 Feb 2020 12:24:43 -0800 Subject: [PATCH] Fix punctuation --- cmd/kops/set.go | 2 +- cmd/kops/set_cluster.go | 2 +- docs/architecture/kops-controller.md | 2 +- docs/cli/kops_set.md | 2 +- docs/cli/kops_set_cluster.md | 2 +- docs/releases/1.17-NOTES.md | 2 +- docs/releases/1.18-NOTES.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/kops/set.go b/cmd/kops/set.go index 1829c9b4a42cc..be1b40cb59ce3 100644 --- a/cmd/kops/set.go +++ b/cmd/kops/set.go @@ -28,7 +28,7 @@ import ( var ( setLong = templates.LongDesc(i18n.T(`Set a configuration field. - kops set does not update the cloud resources, to apply the changes use "kops update cluster". + kops set does not update the cloud resources; to apply the changes use "kops update cluster". `)) setExample = templates.Examples(i18n.T(` diff --git a/cmd/kops/set_cluster.go b/cmd/kops/set_cluster.go index 167359f2e0cde..1853ce9709469 100644 --- a/cmd/kops/set_cluster.go +++ b/cmd/kops/set_cluster.go @@ -34,7 +34,7 @@ var ( This command changes the desired cluster configuration in the registry. - kops set does not update the cloud resources, to apply the changes use "kops update cluster".`)) + kops set does not update the cloud resources; to apply the changes use "kops update cluster".`)) setClusterExample = templates.Examples(i18n.T(` # Set cluster to run kubernetes version 1.10.0 diff --git a/docs/architecture/kops-controller.md b/docs/architecture/kops-controller.md index 09a3439fa96c4..5760288f9e62d 100644 --- a/docs/architecture/kops-controller.md +++ b/docs/architecture/kops-controller.md @@ -1,7 +1,7 @@ # Architecture: kops-controller kops-controller runs as a DaemonSet on the master node(s). It is a kubebuilder -controller, that performs runtime reconciliation for kops. +controller that performs runtime reconciliation for kops. Controllers in kops-controller: diff --git a/docs/cli/kops_set.md b/docs/cli/kops_set.md index f788b487b81cd..079a29ce5e4c0 100644 --- a/docs/cli/kops_set.md +++ b/docs/cli/kops_set.md @@ -9,7 +9,7 @@ Set fields on clusters and other resources. Set a configuration field. - kops set does not update the cloud resources, to apply the changes use "kops update cluster". + kops set does not update the cloud resources; to apply the changes use "kops update cluster". ### Examples diff --git a/docs/cli/kops_set_cluster.md b/docs/cli/kops_set_cluster.md index e2b01ee39add6..18ea773f59d1f 100644 --- a/docs/cli/kops_set_cluster.md +++ b/docs/cli/kops_set_cluster.md @@ -11,7 +11,7 @@ Set a cluster field value. This command changes the desired cluster configuration in the registry. - kops set does not update the cloud resources, to apply the changes use "kops update cluster". + kops set does not update the cloud resources; to apply the changes use "kops update cluster". ``` kops set cluster [flags] diff --git a/docs/releases/1.17-NOTES.md b/docs/releases/1.17-NOTES.md index 3c55280122521..22899b055c8a7 100644 --- a/docs/releases/1.17-NOTES.md +++ b/docs/releases/1.17-NOTES.md @@ -1,6 +1,6 @@ ## Release notes for kops 1.17 series -(The kops 1.17 release has not been released yet, this is a document to gather +(The kops 1.17 release has not been released yet; this is a document to gather the notes prior to the release). # Significant changes diff --git a/docs/releases/1.18-NOTES.md b/docs/releases/1.18-NOTES.md index bba551ab27732..cf431ebad3764 100644 --- a/docs/releases/1.18-NOTES.md +++ b/docs/releases/1.18-NOTES.md @@ -1,6 +1,6 @@ ## Release notes for kops 1.18 series -(The kops 1.18 release has not been released yet, this is a document to gather the notes prior to the release). +(The kops 1.18 release has not been released yet; this is a document to gather the notes prior to the release). # Significant changes