From 60fe89dcf071ded1249adad59fd1df0c098d7f42 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 13 Nov 2018 22:08:22 -0800 Subject: 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 --- lib/chef/resource/chocolatey_source.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/resource/chocolatey_source.rb') 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." -- cgit v1.2.1