diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-05-04 11:40:13 -0500 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-05-04 11:40:13 -0500 |
commit | 40f68f72fc1191460872246e841a3a1eca3175d0 (patch) | |
tree | 49d8a54d36c97ff5b8a90671737aec7e5c4f91ab /actionpack | |
parent | 1dcf2800146f654065c697511dcbcea5c23c114a (diff) | |
parent | d2660c8cadd973b7a7c8b09fa03888631f9eea4b (diff) | |
download | rails-40f68f72fc1191460872246e841a3a1eca3175d0.tar.gz rails-40f68f72fc1191460872246e841a3a1eca3175d0.tar.bz2 rails-40f68f72fc1191460872246e841a3a1eca3175d0.zip |
Merge pull request #24852 from jrafanie/fix_typos
Fix some typos in comments [ci skip]
Diffstat (limited to 'actionpack')
-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 90fb34e386..1735609cd9 100644 --- a/actionpack/lib/action_controller/metal/renderers.rb +++ b/actionpack/lib/action_controller/metal/renderers.rb @@ -103,7 +103,7 @@ module ActionController # # Both <tt>ActionController::Base</tt> and <tt>ActionController::API</tt> # include <tt>ActionController::Renderers::All</tt>, making all renderers - # avaialable in the controller. See <tt>Renderers::RENDERERS</tt> and <tt>Renderers.add</tt>. + # available in the controller. See <tt>Renderers::RENDERERS</tt> and <tt>Renderers.add</tt>. # # Since <tt>ActionController::Metal</tt> controllers cannot render, the controller # must include <tt>AbstractController::Rendering</tt>, <tt>ActionController::Rendering</tt>, |