summaryrefslogtreecommitdiff
path: root/lib/chef/resource
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-13 15:27:41 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-13 15:27:41 -0700
commit02fc525ee6bbb9132b8978cdab6582bc24080799 (patch)
treee6a4cc9c69e8bd6e1f65afb8601bfa73b9bb729b /lib/chef/resource
parent103f94ff152a93206cae68fe49529613e7de1bb8 (diff)
downloadchef-02fc525ee6bbb9132b8978cdab6582bc24080799.tar.gz
Add a bit more formatting
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource')
-rw-r--r--lib/chef/resource/mount.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/mount.rb b/lib/chef/resource/mount.rb
index f6dd4f70f0..ed5d9a0e0b 100644
--- a/lib/chef/resource/mount.rb
+++ b/lib/chef/resource/mount.rb
@@ -84,7 +84,7 @@ class Chef
description: "Windows only: Use to specify the user name."
property :domain, String,
- description: "Windows only: Use to specify the domain in which the username and password are located."
+ description: "Windows only: Use to specify the domain in which the `username` and `password` are located."
private