diff options
author | Tim Smith <tsmith@chef.io> | 2020-06-18 15:42:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 15:42:28 -0700 |
commit | 6bc27beef1acd5cdcb259f4994effb6ac96bcbce (patch) | |
tree | 18c293af56427401586b5472607dc0921241c1df /lib | |
parent | f9a33ac5e42a29d7362bf4a55c8ac262c935651c (diff) | |
download | chef-6bc27beef1acd5cdcb259f4994effb6ac96bcbce.tar.gz |
Update lib/chef/resource/timezone.rb
That's a nice typo straight from the docs site
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/resource/timezone.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/timezone.rb b/lib/chef/resource/timezone.rb index 468043aead..fe03940e1d 100644 --- a/lib/chef/resource/timezone.rb +++ b/lib/chef/resource/timezone.rb @@ -38,7 +38,7 @@ class Chef **Set the timezone to UTC with a friendly resource name** ```ruby - timezone 'Set the hosts timezone to UTC' do + timezone 'Set the host's timezone to UTC' do timezone 'UTC' end ``` |