summaryrefslogtreecommitdiff
path: root/lib/chef/resource/chocolatey_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/chocolatey_config.rb')
-rw-r--r--lib/chef/resource/chocolatey_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chocolatey_config.rb b/lib/chef/resource/chocolatey_config.rb
index bfa95ddd05..e9452e8f3c 100644
--- a/lib/chef/resource/chocolatey_config.rb
+++ b/lib/chef/resource/chocolatey_config.rb
@@ -24,7 +24,7 @@ class Chef
introduced "14.3"
property :config_key, String, name_property: true,
- description: "The name of the config. We'll use the resource's name if this isn't provided."
+ description: "The name of the config. The resource's name will be used if this isn't provided."
property :value, String,
description: "The value to set."