summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-06-18 15:42:28 -0700
committerGitHub <noreply@github.com>2020-06-18 15:42:28 -0700
commit6bc27beef1acd5cdcb259f4994effb6ac96bcbce (patch)
tree18c293af56427401586b5472607dc0921241c1df
parentf9a33ac5e42a29d7362bf4a55c8ac262c935651c (diff)
downloadchef-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>
-rw-r--r--lib/chef/resource/timezone.rb2
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
```