summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_feature_dism.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-07 09:20:22 -0800
committerTim Smith <tsmith@chef.io>2018-11-07 09:20:22 -0800
commit7b5393389fddedb234b62e1d5c3498400bc95fcf (patch)
tree9a08078ad5a935d3cb0f55d44cb022ec6db41353 /lib/chef/resource/windows_feature_dism.rb
parentf844dffd0ea80bd374fe5e2cb209e219ec1c00d4 (diff)
downloadchef-7b5393389fddedb234b62e1d5c3498400bc95fcf.tar.gz
More resource description updates
Better descriptions for many name properties and copy edits from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_feature_dism.rb')
-rw-r--r--lib/chef/resource/windows_feature_dism.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_feature_dism.rb b/lib/chef/resource/windows_feature_dism.rb
index 967c767497..2f430f41f4 100644
--- a/lib/chef/resource/windows_feature_dism.rb
+++ b/lib/chef/resource/windows_feature_dism.rb
@@ -41,7 +41,7 @@ class Chef
default: false
property :timeout, Integer,
- description: "Specifies a timeout (in seconds) for feature install.",
+ description: "Specifies a timeout (in seconds) for the feature installation.",
default: 600
# @return [Array] lowercase the array unless we're on < Windows 2012