summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMordy Ovits <mordyovits@users.noreply.github.com>2021-11-01 11:23:35 -0400
committerGitHub <noreply@github.com>2021-11-01 11:23:35 -0400
commit94583da9a44dac72768b10cabe310a4b78bc5d11 (patch)
tree1837826de8f04b39eabd4738090b9e46fd759dd3
parent77130d04a66f4b3dbc8833af576181d74118214c (diff)
downloadchef-94583da9a44dac72768b10cabe310a4b78bc5d11.tar.gz
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