From 99fd13d967ff1d21675bf1cebf375878e4575cda Mon Sep 17 00:00:00 2001 From: Petrik Date: Mon, 31 May 2021 20:40:54 +0200 Subject: [PATCH] Fix typo in ActionableError [skip ci] "let's" is short for "let us". --- activesupport/lib/active_support/actionable_error.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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