Skip to content

Commit 2924d2f

Browse files
committed
More fixes
Signed-off-by: Ian Maddaus <[email protected]>
1 parent a942a78 commit 2924d2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/fips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ FIPS mode isn't supported for Chef Infra Server add-ons. This includes Chef Mana
5959

6060
## How to enable FIPS mode in the operating system
6161

62-
### FIPS sernel settings
62+
### FIPS kernel settings
6363

6464
Windows and Red Hat Enterprise Linux can both be configured for FIPS
6565
mode using a kernel-level setting. After FIPS mode is enabled at the

content/infra_language/cookbook_execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For example:
106106

107107
```ruby
108108
if node.attribute?('ipaddress')
109-
# the node has an ipaddress
109+
# the node has an IP address
110110
end
111111
```
112112

content/vmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ created in `FOLDERNAME` instead of the root folder.
7272

7373
{{< /note >}}
7474

75-
**Clone from a folder into the "Datacenter Root" directory:**
75+
**Clone from a folder into the data center root directory:**
7676

7777
```bash
7878
knife vsphere vm clone MACHINENAME --template TEMPLATENAME -f /path/to/template \

0 commit comments

Comments
 (0)