From ab40d71ff88f99ee4219747fcc8774514ec50ef8 Mon Sep 17 00:00:00 2001 From: Akshay Vishnoi Date: Sat, 9 Jan 2016 05:28:44 +0530 Subject: [ci skip] Fix typo Renderering --> Rendering --- actionpack/lib/action_controller/metal/renderers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 AbstractController::Renderering + # Called by +render+ in AbstractController::Rendering # which sets the return value as the +response_body+. # # If no renderer is found, +super+ returns control to -- cgit v1.2.3