diff options
Diffstat (limited to 'lib/chef/blacklist.rb')
-rw-r--r-- | lib/chef/blacklist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/blacklist.rb b/lib/chef/blacklist.rb index abf2139044..b6c441e460 100644 --- a/lib/chef/blacklist.rb +++ b/lib/chef/blacklist.rb @@ -5,7 +5,7 @@ class Chef class Blacklist # filter takes two arguments - the data you want to filter, and a blacklisted array - # of keys you want discluded. You can capture a subtree of the data to filter by + # of keys you want discarded. You can capture a subtree of the data to filter by # providing a "/"-delimited string of keys. If some key includes "/"-characters, # you must provide an array of keys instead. # |