From fd427bb9fe9d0889b8e48a16d67f22d626ab3a4c Mon Sep 17 00:00:00 2001 From: ota42y Date: Tue, 27 Dec 2016 19:11:31 +0900 Subject: [PATCH] renderers typo fix [ci skip] --- 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 f8a037189c..733aca195d 100644 --- a/actionpack/lib/action_controller/metal/renderers.rb +++ b/actionpack/lib/action_controller/metal/renderers.rb @@ -104,7 +104,7 @@ module ClassMethods # # Since ActionController::Metal controllers cannot render, the controller # must include AbstractController::Rendering, ActionController::Rendering, - # and ActionController::Renderers, and have at lest one renderer. + # and ActionController::Renderers, and have at least one renderer. # # Rather than including ActionController::Renderers::All and including all renderers, # you may specify which renderers to include by passing the renderer name or names to -- GitLab