mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed grammar
This commit is contained in:
parent
341e611547
commit
a895b4087d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ module AbstractController
|
|||
#
|
||||
# If a component extends the semantics of response_body
|
||||
# (as Action Controller extends it to be anything that
|
||||
# responds to the method each), this method needs to
|
||||
# responds to the method each), this method needs to be
|
||||
# overriden in order to still return a string.
|
||||
# :api: plugin
|
||||
def render_to_string(*args, &block)
|
||||
|
|
Loading…
Reference in a new issue