summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-23 15:55:46 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-23 15:55:46 -0700
commit5da180a5c02aef854a7e7466b9a6bfba063e3705 (patch)
tree8d204f8a1ffba97f4568458cc5a57d0d2b4d7707
parent9da12c53341984ebc2ae31540b34356b33cc14f2 (diff)
downloadchef-5da180a5c02aef854a7e7466b9a6bfba063e3705.tar.gz
Fix typoblocklist
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/attribute_allowlist.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/attribute_allowlist.rb b/lib/chef/attribute_allowlist.rb
index ed1f85c02c..18665ce835 100644
--- a/lib/chef/attribute_allowlist.rb
+++ b/lib/chef/attribute_allowlist.rb
@@ -4,7 +4,7 @@ require_relative "exceptions"
class Chef
class AttributeAllowlist
- # filter takes two arguments - the data you want to filter, and an an array of
+ # filter takes two arguments - the data you want to filter, and an array of
# keys you want included. 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.