summaryrefslogtreecommitdiff
path: root/lib/chef/resource/swap_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/swap_file.rb')
-rw-r--r--lib/chef/resource/swap_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/swap_file.rb b/lib/chef/resource/swap_file.rb
index f4f95cb28c..93c3f0906b 100644
--- a/lib/chef/resource/swap_file.rb
+++ b/lib/chef/resource/swap_file.rb
@@ -27,7 +27,7 @@ class Chef
introduced "14.0"
property :path, String,
- description: "The path where the swap file will be created on the system, if it differs from the resource block's name.",
+ description: "The path where the swap file will be created on the system if it differs from the resource block's name.",
name_property: true
property :size, Integer,