summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Salim <michel@fb.com>2020-05-20 22:40:57 -0700
committerMichel Salim <michel@fb.com>2020-05-20 22:40:57 -0700
commitf80ad282db0f5721d1613a7fd737b063dcec50a8 (patch)
tree6ccef4c2237b444bacd034f532658ec2c566e592
parent2249869355d54f4fb08d9bfb117622e426a5e7e9 (diff)
downloadchef-f80ad282db0f5721d1613a7fd737b063dcec50a8.tar.gz
[chef-utils] fix typos
Slightly reword the introduction paragraph, and fix the mention of Devuan (the systemd-less Debian derivative). Signed-off-by: Michel Salim <michel@fb.com>
-rw-r--r--chef-utils/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/chef-utils/README.md b/chef-utils/README.md
index 01feafb3e8..6bfd97a1c4 100644
--- a/chef-utils/README.md
+++ b/chef-utils/README.md
@@ -10,7 +10,7 @@
## Getting Started
-Chef Utils gem is common code and mixins for the core Chef Infra Ruby gems. This should be are "core library" or "foundations" library
+Chef Utils gem contains common code and mixins for the core Chef Infra Ruby gems. This is intended to be a "core" or "foundations" library
for the chef ecosystem (and external related gems) which allows the use of core code and utility functions of the chef gem without requiring
all the heaviness of the chef gem.
@@ -21,7 +21,7 @@ The Platform Family helpers provide an alternative to comparing values from `nod
* `aix?`
* `amazon?`
* `arch?` - includes arch, manjaro, and antergos platforms
-* `debian?` - includes debian, ubuntu, linuxmint, raspbian, and duvian platforms
+* `debian?` - includes debian, ubuntu, linuxmint, raspbian, and devuan platforms
* `dragonflybsd?`
* `fedora?` - includes arista_eos, fedora, and pidora platforms
* `freebsd?`