diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2016-01-09 05:28:44 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2016-01-09 05:28:44 +0530 |
commit | ab40d71ff88f99ee4219747fcc8774514ec50ef8 (patch) | |
tree | 929f844124435397cb3dd7249be3830d5022ceca /actionpack/lib | |
parent | 302e92359cc88258ae15a82454c58408a4b8157e (diff) | |
download | rails-ab40d71ff88f99ee4219747fcc8774514ec50ef8.tar.gz rails-ab40d71ff88f99ee4219747fcc8774514ec50ef8.tar.bz2 rails-ab40d71ff88f99ee4219747fcc8774514ec50ef8.zip |
[ci skip] Fix typo Renderering --> Rendering
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/metal/renderers.rb | 2 |
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 |