aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2013-06-19 12:19:06 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2013-06-19 12:19:06 +0300
commit33eec08dfd5672ffdd84a9d00e6115144bfa8bc7 (patch)
tree03df9dfa891f743ca03727ab57348bcf55e9469b /actionpack
parent878ab18c5e6b0d9dd3c0608fc54265de4ad6665d (diff)
downloadrails-33eec08dfd5672ffdd84a9d00e6115144bfa8bc7.tar.gz
rails-33eec08dfd5672ffdd84a9d00e6115144bfa8bc7.tar.bz2
rails-33eec08dfd5672ffdd84a9d00e6115144bfa8bc7.zip
Remove duplicate letter 'a'. [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/metal/responder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/responder.rb b/actionpack/lib/action_controller/metal/responder.rb
index 734ccfc719..fd5b661209 100644
--- a/actionpack/lib/action_controller/metal/responder.rb
+++ b/actionpack/lib/action_controller/metal/responder.rb
@@ -101,7 +101,7 @@ module ActionController #:nodoc:
#
# respond_with(@project, location: root_path)
#
- # To customize the failure scenario, you can pass a a block to
+ # To customize the failure scenario, you can pass a block to
# <code>respond_with</code>:
#
# def create