summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_font.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-06 21:17:00 -0700
committerTim Smith <tsmith@chef.io>2018-09-06 21:17:00 -0700
commit8b352f2eb76fbda54a8fd59a493e0e7257ac4b90 (patch)
treec2ae8ec0e14b99f4fb2d7077ccbe127adae5222c /lib/chef/resource/windows_font.rb
parentf16adbaa17ea1a6664e3e9514fd9e9e3e4bf4157 (diff)
downloadchef-8b352f2eb76fbda54a8fd59a493e0e7257ac4b90.tar.gz
Add introduced versions for properties and more descriptions
Getting the auto generated docs ready 1 fix at a time. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_font.rb')
-rw-r--r--lib/chef/resource/windows_font.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_font.rb b/lib/chef/resource/windows_font.rb
index 2f61876e9a..4c895321c0 100644
--- a/lib/chef/resource/windows_font.rb
+++ b/lib/chef/resource/windows_font.rb
@@ -29,7 +29,7 @@ class Chef
introduced "14.0"
property :font_name, String,
- description: "The file name of the font file name to install if different than the resource name.",
+ description: "The name of the font file to install, if it differs from the resource name.",
name_property: true
property :source, String,