summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-05-21 09:57:37 -0700
committerGitHub <noreply@github.com>2020-05-21 09:57:37 -0700
commit42fc9f4c7b83232444d08ef3ca8a309b064d52a5 (patch)
tree6ccef4c2237b444bacd034f532658ec2c566e592
parent2249869355d54f4fb08d9bfb117622e426a5e7e9 (diff)
parentf80ad282db0f5721d1613a7fd737b063dcec50a8 (diff)
downloadchef-42fc9f4c7b83232444d08ef3ca8a309b064d52a5.tar.gz
Merge pull request #9895 from michel-slm/fix-chef-utils-typos
[chef-utils] fix typos
-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?`