From 91f973a803aa1310ffe07bd519671e897fa7e918 Mon Sep 17 00:00:00 2001 From: Patrick Toomey Date: Fri, 31 May 2019 08:17:14 -0600 Subject: Fix typo --- activesupport/lib/active_support/parameter_filter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/parameter_filter.rb b/activesupport/lib/active_support/parameter_filter.rb index d58941c4e1..7850fb9467 100644 --- a/activesupport/lib/active_support/parameter_filter.rb +++ b/activesupport/lib/active_support/parameter_filter.rb @@ -110,7 +110,7 @@ module ActiveSupport elsif value.is_a?(Hash) value = call(value, parents, original_params) elsif value.is_a?(Array) - # If we don't pop of the current parent it will be duplicated as we + # If we don't pop the current parent it will be duplicated as we # process each array value. parents.pop if deep_regexps value = value.map do |v| -- cgit v1.2.3