summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-13 12:54:02 -0700
committerTim Smith <tsmith@chef.io>2021-07-13 12:56:20 -0700
commitb3604c44fbe36312f8384eadba959575c3d02680 (patch)
tree87bfa96661351bc8769f171c2b9f03f285b068c5
parenta36172561cc2371c34190833462505988b3c5875 (diff)
downloadchef-b3604c44fbe36312f8384eadba959575c3d02680.tar.gz
Fix typo
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/habitat/habitat_sup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/habitat/habitat_sup.rb b/lib/chef/resource/habitat/habitat_sup.rb
index 737883bc8e..2fdfcd270f 100644
--- a/lib/chef/resource/habitat/habitat_sup.rb
+++ b/lib/chef/resource/habitat/habitat_sup.rb
@@ -26,7 +26,7 @@ class Chef
false
end
- description "Use the **habitat_sup** resource to runs a Chef Habitat supervisor for one or more Chef Habitat services. The resourceis commonly used in conjunction with `habitat_service` which will manage the services loaded and started within the supervisor."
+ description "Use the **habitat_sup** resource to runs a Chef Habitat supervisor for one or more Chef Habitat services. The resource is commonly used in conjunction with `habitat_service` which will manage the services loaded and started within the supervisor."
introduced "17.3"
examples <<~DOC
**Set up with just the defaults**