summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-01-12 16:26:33 -0800
committerGitHub <noreply@github.com>2021-01-12 16:26:33 -0800
commitfec985181d47d6b0b2fa0f22c7bf4128f5d30630 (patch)
treeea799972d65eb228465d5b5372ffd5a9098d36c0
parentd9ab86062331d84a82a53793a205d44ca9d03528 (diff)
downloadchef-fec985181d47d6b0b2fa0f22c7bf4128f5d30630.tar.gz
Update lib/chef/resource/alternatives.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--lib/chef/resource/alternatives.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/alternatives.rb b/lib/chef/resource/alternatives.rb
index 42c2b32197..576a5e0ebd 100644
--- a/lib/chef/resource/alternatives.rb
+++ b/lib/chef/resource/alternatives.rb
@@ -26,7 +26,7 @@ class Chef
provides(:alternatives) { true }
- description "Use the **alternatives** resource allows to configure command alternatives in Linux using the alternatives or update-alternatives packages."
+ description "Use the **alternatives** resource to configure command alternatives in Linux using the alternatives or update-alternatives packages."
introduced "16.0"
examples <<~DOC
**Install an alternative**: