summaryrefslogtreecommitdiff
path: root/lib/chef/resource/route.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/route.rb')
-rw-r--r--lib/chef/resource/route.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/route.rb b/lib/chef/resource/route.rb
index 0d9d9d431c..9df2031dcb 100644
--- a/lib/chef/resource/route.rb
+++ b/lib/chef/resource/route.rb
@@ -29,7 +29,7 @@ class Chef
default_action :add
allowed_actions :add, :delete
- description "Use the route resource to manage the system routing table in a Linux environment."
+ description "Use the **route** resource to manage the system routing table in a Linux environment."
property :target, String,
description: "The IP address of the target route.",