diff options
-rw-r--r-- | lib/chef/resource/alternatives.rb | 2 |
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**: |