summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-09-14 15:51:40 -0700
committerTim Smith <tsmith84@gmail.com>2021-09-14 15:51:40 -0700
commitb82200afbddd5fa957d06ff6a2c659b6d41d6a9e (patch)
tree9ab6c7a448685dcdb427789e9975c067c4334320
parent85500f8814f62a6287d6f952c552e91c23415a82 (diff)
downloadchef-b82200afbddd5fa957d06ff6a2c659b6d41d6a9e.tar.gz
Fix missing ` in resource description
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/windows_printer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_printer.rb b/lib/chef/resource/windows_printer.rb
index 24d746b648..be9155e83c 100644
--- a/lib/chef/resource/windows_printer.rb
+++ b/lib/chef/resource/windows_printer.rb
@@ -33,7 +33,7 @@ class Chef
provides(:windows_printer) { true }
- description "Use the **windows_printer** resource to setup Windows printers. This resource will automatically install the driver specified in the `driver_name` property and will automatically create a printer port using either the `ipv4_address` property or the `port_name property."
+ description "Use the **windows_printer** resource to setup Windows printers. This resource will automatically install the driver specified in the `driver_name` property and will automatically create a printer port using either the `ipv4_address` property or the `port_name` property."
introduced "14.0"
examples <<~DOC
**Create a printer**: