summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.