summaryrefslogtreecommitdiff
path: root/lib/chef/resource/chocolatey_source.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-13 22:08:22 -0800
committerTim Smith <tsmith@chef.io>2018-11-14 15:00:16 -0800
commit60fe89dcf071ded1249adad59fd1df0c098d7f42 (patch)
tree37b89d411d4913c15bacc648e939612ed43b5fb2 /lib/chef/resource/chocolatey_source.rb
parentc7cdc49cabcdafb59c5f9518e93d0f2f9595c3be (diff)
downloadchef-60fe89dcf071ded1249adad59fd1df0c098d7f42.tar.gz
Improve resource descriptions for documentation
Mostly cleaning up how we describe name properties, but also copying over some edits that happened on the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/chocolatey_source.rb')
-rw-r--r--lib/chef/resource/chocolatey_source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chocolatey_source.rb b/lib/chef/resource/chocolatey_source.rb
index 05f8848117..ce0287a67c 100644
--- a/lib/chef/resource/chocolatey_source.rb
+++ b/lib/chef/resource/chocolatey_source.rb
@@ -23,7 +23,7 @@ class Chef
introduced "14.3"
property :source_name, String, name_property: true,
- description: "The name of the source to add. The resource's name will be used if this isn't provided."
+ description: "An optional property to set the source name if it differs from the resource block's name."
property :source, String,
description: "The source URL."