aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman@gmail.com>2016-01-08 18:08:54 -0600
committerRichard Schneeman <richard.schneeman@gmail.com>2016-01-08 18:08:54 -0600
commit7b065f623f2a56d74eca88ed27970c71a76f0a17 (patch)
tree929f844124435397cb3dd7249be3830d5022ceca
parent302e92359cc88258ae15a82454c58408a4b8157e (diff)
parentab40d71ff88f99ee4219747fcc8774514ec50ef8 (diff)
downloadrails-7b065f623f2a56d74eca88ed27970c71a76f0a17.tar.gz
rails-7b065f623f2a56d74eca88ed27970c71a76f0a17.tar.bz2
rails-7b065f623f2a56d74eca88ed27970c71a76f0a17.zip
Merge pull request #22984 from akshay-vishnoi/fix-docs
[ci skip] Fix typo Renderering --> Rendering
-rw-r--r--actionpack/lib/action_controller/metal/renderers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/renderers.rb b/actionpack/lib/action_controller/metal/renderers.rb
index d5e7a8ffb4..90fb34e386 100644
--- a/actionpack/lib/action_controller/metal/renderers.rb
+++ b/actionpack/lib/action_controller/metal/renderers.rb
@@ -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