summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-13 14:18:09 -0700
committerGitHub <noreply@github.com>2021-07-13 14:18:09 -0700
commitc7870300a9e0aa5676020fabfa2badc49d700387 (patch)
tree92ebca8ca6f711677fa30ae2cd5ed1b4f5485c4a
parentaf87cbbf1ed90bd6c967a4755d618329204c03d8 (diff)
downloadchef-c7870300a9e0aa5676020fabfa2badc49d700387.tar.gz
Update lib/chef/resource/habitat_config.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Kimberly Garmoe <kgarmoe@chef.io>
-rw-r--r--lib/chef/resource/habitat_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/habitat_config.rb b/lib/chef/resource/habitat_config.rb
index 8047c47c2c..9f4ac89370 100644
--- a/lib/chef/resource/habitat_config.rb
+++ b/lib/chef/resource/habitat_config.rb
@@ -48,7 +48,7 @@ class Chef
description: "The service group to apply the configuration to. For example, `nginx.default`"
property :remote_sup, String, default: "127.0.0.1:9632", desired_state: false,
- description: "Address to a remote Supervisor's Control Gateway."
+ description: "Address to a remote supervisor's control gateway."
# Http port needed for querying/comparing current config value
property :remote_sup_http, String, default: "127.0.0.1:9631", desired_state: false,