summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Salim <michel@fb.com>2020-05-20 22:40:57 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-22 08:59:28 -0700
commit0017b8043ed717edb66e9e9d9c8f62e8ff55bf43 (patch)
tree49de1d6ea771b5f3e2b572aaf1260fb7f94c675b
parent1dc7256435a37a036497e7b7686cbde2d2358602 (diff)
downloadchef-0017b8043ed717edb66e9e9d9c8f62e8ff55bf43.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 b93cfe5214..c4a926e016 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?`