aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2012-09-05 12:30:09 +0300
committerRobin Dupret <robin.dupret@gmail.com>2012-09-05 12:30:09 +0300
commitdc69220e28e319fb557f87b92766f88d240a3327 (patch)
tree62bb6fb4649155c8981c225e747ef2f08573d80d /actionpack
parent90e42ff16312a46d414c8b31b4119ff31fcc2dba (diff)
downloadrails-dc69220e28e319fb557f87b92766f88d240a3327.tar.gz
rails-dc69220e28e319fb557f87b92766f88d240a3327.tar.bz2
rails-dc69220e28e319fb557f87b92766f88d240a3327.zip
Fix a typo
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/testing/integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb
index 50ca28395b..c5ef46ad30 100644
--- a/actionpack/lib/action_dispatch/testing/integration.rb
+++ b/actionpack/lib/action_dispatch/testing/integration.rb
@@ -20,7 +20,7 @@ module ActionDispatch
# - +headers+: Additional headers to pass, as a Hash. The headers will be
# merged into the Rack env hash.
#
- # This method returns an Response object, which one can use to
+ # This method returns a Response object, which one can use to
# inspect the details of the response. Furthermore, if this method was
# called from an ActionDispatch::IntegrationTest object, then that
# object's <tt>@response</tt> instance variable will point to the same