1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix typo Renderering --> Rendering

This commit is contained in:
Akshay Vishnoi 2016-01-09 05:28:44 +05:30
parent 302e92359c
commit ab40d71ff8

View file

@ -135,7 +135,7 @@ module ActionController
alias use_renderer use_renderers
end
# Called by +render+ in <tt>AbstractController::Renderering</tt>
# Called by +render+ in <tt>AbstractController::Rendering</tt>
# which sets the return value as the +response_body+.
#
# If no renderer is found, +super+ returns control to