aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-02-19 06:06:35 +0900
committerGitHub <noreply@github.com>2019-02-19 06:06:35 +0900
commitccaa6199a74906ccb45fadbe1ce6a7e1fdd3d0d1 (patch)
treedbea2377814e9ec8e148d7df17a0b65efd8d0e80
parentef602f8892fa4c41d7b0bb7868fc9084a9888212 (diff)
parent28cc83d166a3dae0ca583c4a480905a254963d1b (diff)
downloadrails-ccaa6199a74906ccb45fadbe1ce6a7e1fdd3d0d1.tar.gz
rails-ccaa6199a74906ccb45fadbe1ce6a7e1fdd3d0d1.tar.bz2
rails-ccaa6199a74906ccb45fadbe1ce6a7e1fdd3d0d1.zip
Merge pull request #35318 from alkesh26/actionpack-typo-fix
Actionpack typo fix [ci skip]
-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