summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-11-01 09:06:29 -0700
committerGitHub <noreply@github.com>2021-11-01 09:06:29 -0700
commitdd13281107d65adb3f1c8c31eba1862c013c9529 (patch)
tree1837826de8f04b39eabd4738090b9e46fd759dd3
parent77130d04a66f4b3dbc8833af576181d74118214c (diff)
parent94583da9a44dac72768b10cabe310a4b78bc5d11 (diff)
downloadchef-dd13281107d65adb3f1c8c31eba1862c013c9529.tar.gz
Merge pull request #12235 from mordyovits/patch-1
Fix small documentation typo in execute.rb
-rw-r--r--lib/chef/resource/execute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/execute.rb b/lib/chef/resource/execute.rb
index a4c7d3844f..602453c7eb 100644
--- a/lib/chef/resource/execute.rb
+++ b/lib/chef/resource/execute.rb
@@ -346,7 +346,7 @@ class Chef
By default, notifications are `:delayed`, that is they are queued up as they are
triggered, and then executed at the very end of a Chef Infra Client run. To run
- kan action immediately, use `:immediately`:
+ an action immediately, use `:immediately`:
```ruby
template '/etc/nagios3/configures-nagios.conf' do