aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/integration.rb
diff options
context:
space:
mode:
authoralkesh26 <alkesh26@gmail.com>2019-02-19 02:30:08 +0530
committeralkesh26 <alkesh26@gmail.com>2019-02-19 02:30:08 +0530
commit28cc83d166a3dae0ca583c4a480905a254963d1b (patch)
tree46ecfea9ff7961e2eee7e21d67cdd4e0f39c43b1 /actionpack/lib/action_dispatch/testing/integration.rb
parent4ea067017ae52d4a74335ed85df085a86663d213 (diff)
downloadrails-28cc83d166a3dae0ca583c4a480905a254963d1b.tar.gz
rails-28cc83d166a3dae0ca583c4a480905a254963d1b.tar.bz2
rails-28cc83d166a3dae0ca583c4a480905a254963d1b.zip
appropriate typo fix
Diffstat (limited to 'actionpack/lib/action_dispatch/testing/integration.rb')
-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 10d85037ae..bb8b43ad4d 100644
--- a/actionpack/lib/action_dispatch/testing/integration.rb
+++ b/actionpack/lib/action_dispatch/testing/integration.rb
@@ -194,7 +194,7 @@ module ActionDispatch
# Adds request headers characteristic of XMLHttpRequest e.g. HTTP_X_REQUESTED_WITH.
# The headers will be merged into the Rack env hash.
# - +as+: Used for encoding the request with different content type.
- # Supports `:json` by default and will set the approriate request headers.
+ # Supports `:json` by default and will set the appropriate request headers.
# The headers will be merged into the Rack env hash.
#
# This method is rarely used directly. Use +#get+, +#post+, or other standard