Fix typo in ActionableError [skip ci]

"let's" is short for "let us".
This commit is contained in:
Petrik 2021-05-31 20:40:54 +02:00
parent 198946b88f
commit 99fd13d967
1 changed files with 1 additions and 1 deletions

View File

@ -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 <tt>ActiveSupport::ActionableError</tt>
# module and invoke the +action+ class macro to define the action. An action