diff --git a/activesupport/lib/active_support/actionable_error.rb b/activesupport/lib/active_support/actionable_error.rb index 7db14cd178..2b8b2ff558 100644 --- a/activesupport/lib/active_support/actionable_error.rb +++ b/activesupport/lib/active_support/actionable_error.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module ActiveSupport - # Actionable errors let's you define actions to resolve an error. + # Actionable errors lets you define actions to resolve an error. # # To make an error actionable, include the ActiveSupport::ActionableError # module and invoke the +action+ class macro to define the action. An action