summaryrefslogtreecommitdiff
path: root/lib/chef/resource/chocolatey_source.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-10 09:31:20 -0700
committerTim Smith <tsmith@chef.io>2018-07-10 09:31:20 -0700
commit4ab5fbadd8da5c5d66ecc37fe3c211dc1023d4d0 (patch)
tree2fd5897d60282d646a1d7bfa6cfd826b5aed812e /lib/chef/resource/chocolatey_source.rb
parent97c16593dc6eb4ce0a14eecadf4fdbf90d4d0dbd (diff)
downloadchef-4ab5fbadd8da5c5d66ecc37fe3c211dc1023d4d0.tar.gz
Fixes from the review
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 4ced5aa44d..5319f82ab4 100644
--- a/lib/chef/resource/chocolatey_source.rb
+++ b/lib/chef/resource/chocolatey_source.rb
@@ -24,7 +24,7 @@ class Chef
introduced "14.3"
property :source_name, String, name_property: true,
- description: "The name of the source to add. We'll use the resource's name if this isn't provided."
+ description: "The name of the source to add. The resource's name will be used if this isn't provided."
property :source, String,
description: "The source URL."