mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in ActionableError [skip ci]
"let's" is short for "let us".
This commit is contained in:
parent
198946b88f
commit
99fd13d967
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue