aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2016-12-27 15:47:00 +0530
committerGitHub <noreply@github.com>2016-12-27 15:47:00 +0530
commit2575ba80c7064b61aff041f048698ca1f00b5a39 (patch)
treee8982e0f9421bf78b2cb43a1e41907d16029e0c7
parent1c2abad7e8eeb6ff480304ad7fe9d18ea7581781 (diff)
parentfd427bb9fe9d0889b8e48a16d67f22d626ab3a4c (diff)
downloadrails-2575ba80c7064b61aff041f048698ca1f00b5a39.tar.gz
rails-2575ba80c7064b61aff041f048698ca1f00b5a39.tar.bz2
rails-2575ba80c7064b61aff041f048698ca1f00b5a39.zip
Merge pull request #27469 from ota42y/ota42y/renderers_typo_fix
renderers typo fix [ci skip]
-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 f8a037189c..733aca195d 100644
--- a/actionpack/lib/action_controller/metal/renderers.rb
+++ b/actionpack/lib/action_controller/metal/renderers.rb
@@ -104,7 +104,7 @@ module ActionController
#
# Since <tt>ActionController::Metal</tt> controllers cannot render, the controller
# must include <tt>AbstractController::Rendering</tt>, <tt>ActionController::Rendering</tt>,
- # and <tt>ActionController::Renderers</tt>, and have at lest one renderer.
+ # and <tt>ActionController::Renderers</tt>, and have at least one renderer.
#
# Rather than including <tt>ActionController::Renderers::All</tt> and including all renderers,
# you may specify which renderers to include by passing the renderer name or names to