Skip to content

Commit d4786e9

Browse files
jamesnearnIanMadd
andauthored
fix typos for "don'thing" (#4370)
Co-authored-by: Ian Maddaus <[email protected]>
1 parent d1e14db commit d4786e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/ctl_chef_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ made:
440440

441441
For example, the **service** resource can be used to start a service. If
442442
the action is `:start`, then the service will start if it's not running
443-
and don'thing if it's running. If a service is installed from a
443+
and do nothing if it's running. If a service is installed from a
444444
package, then Chef Infra Client can't check to see if the service is
445445
running until after the package is installed. In that case, why-run mode
446446
will indicate what Chef Infra Client would do about the state of the

content/resource_common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ end
9898

9999
The following example shows how to use a custom block of Ruby code to
100100
ensure that a node can resolve the host. If the node can resolve the
101-
host, Chef Infra Client will don'thing. If the node can't resolve the
101+
host, Chef Infra Client will do nothing. If the node can't resolve the
102102
host, Chef Infra Client will configure the host:
103103

104104
```ruby
@@ -154,7 +154,7 @@ necessary. In this case, three attributes exist in the
154154
The `only_if` attributes are used to test for the presence of these
155155
packages on the target node before then asking Chef Infra Client to
156156
complete the process of installing these packages. If the packages are
157-
already present, Chef Infra Client will don'thing.
157+
already present, Chef Infra Client will do nothing.
158158

159159
```ruby
160160
package 'libpcre3-dev' do

content/reusable/md/resources_common_guards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ a string value or a Ruby block value:
1616
A guard property is useful for ensuring that a resource is idempotent by
1717
allowing that resource to test for the desired state as it's being
1818
executed, and then if the desired state is present, for Chef Infra
19-
Client to don'thing.
19+
Client to do nothing.

0 commit comments

Comments
 (0)