summaryrefslogtreecommitdiff
path: root/lib/chef/resource/systemd_unit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/systemd_unit.rb')
-rw-r--r--lib/chef/resource/systemd_unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/systemd_unit.rb b/lib/chef/resource/systemd_unit.rb
index 9e7067bd70..031b58f3a7 100644
--- a/lib/chef/resource/systemd_unit.rb
+++ b/lib/chef/resource/systemd_unit.rb
@@ -27,7 +27,7 @@ class Chef
provides(:systemd_unit) { true }
- description "Use the systemd_unit resource to create, manage, and run systemd units."
+ description "Use the **systemd_unit** resource to create, manage, and run systemd units."
introduced "12.11"
default_action :nothing