diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-13 15:27:41 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-13 15:27:41 -0700 |
commit | 02fc525ee6bbb9132b8978cdab6582bc24080799 (patch) | |
tree | e6a4cc9c69e8bd6e1f65afb8601bfa73b9bb729b /lib/chef/resource | |
parent | 103f94ff152a93206cae68fe49529613e7de1bb8 (diff) | |
download | chef-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.rb | 2 |
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 |