summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gitlin <jgitlin@pinnacle21.com>2021-10-14 15:03:25 -0400
committerJosh Gitlin <jgitlin@pinnacle21.com>2021-10-14 15:14:16 -0400
commit9deefdd78234ef0893991f69dc9fbdfd70807da0 (patch)
tree36906e76a7cede871c261fc223359430484c5be4
parent65d095f5700873348abfcb6b2839dd679a0297ff (diff)
downloadchef-9deefdd78234ef0893991f69dc9fbdfd70807da0.tar.gz
Fix typo
Signed-off-by: Josh Gitlin <jgitlin@pinnacle21.com>
-rw-r--r--lib/chef/resource/directory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/directory.rb b/lib/chef/resource/directory.rb
index d487b6013e..f8950d47f5 100644
--- a/lib/chef/resource/directory.rb
+++ b/lib/chef/resource/directory.rb
@@ -46,7 +46,7 @@ class Chef
description: "The path to the directory. Using a fully qualified path is recommended, but is not always required."
property :recursive, [ TrueClass, FalseClass ],
- description: "Create parent directories recursively, or delete direcory and all children recursively. For the owner, group, and mode properties, the value of this property applies only to the leaf directory.",
+ description: "Create parent directories recursively, or delete directory and all children recursively. For the owner, group, and mode properties, the value of this property applies only to the leaf directory.",
default: false
end
end