summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-26 17:10:50 -0700
committerGitHub <noreply@github.com>2019-06-26 17:10:50 -0700
commitf880feab8af6ab8820b11363e2ffaa6f2a86e1ca (patch)
treefd7679ed970d43b7d52dd21ca4f9c084d06f9dde
parent2b3d538d6eab8683445ad393c35303ec8433790e (diff)
parentbb8b819aee710a4d0580fdabd65708f4b190c538 (diff)
downloadchef-f880feab8af6ab8820b11363e2ffaa6f2a86e1ca.tar.gz
Merge pull request #8695 from chef/typo
Fix a typo in the hostname resource property descriptions
-rw-r--r--lib/chef/resource/hostname.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/hostname.rb b/lib/chef/resource/hostname.rb
index ac4e1c98c0..f22eda809e 100644
--- a/lib/chef/resource/hostname.rb
+++ b/lib/chef/resource/hostname.rb
@@ -31,7 +31,7 @@ class Chef
name_property: true
property :compile_time, [ TrueClass, FalseClass ],
- description: "Determines whether or not the resource shoul be run at compile time.",
+ description: "Determines whether or not the resource should be run at compile time.",
default: true, desired_state: false
property :ipaddress, String,