1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

appropriate typo fix

This commit is contained in:
alkesh26 2019-02-19 02:30:08 +05:30
parent 4ea067017a
commit 28cc83d166

View file

@ -194,7 +194,7 @@ module ActionDispatch
# Adds request headers characteristic of XMLHttpRequest e.g. HTTP_X_REQUESTED_WITH. # Adds request headers characteristic of XMLHttpRequest e.g. HTTP_X_REQUESTED_WITH.
# The headers will be merged into the Rack env hash. # The headers will be merged into the Rack env hash.
# - +as+: Used for encoding the request with different content type. # - +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. # The headers will be merged into the Rack env hash.
# #
# This method is rarely used directly. Use +#get+, +#post+, or other standard # This method is rarely used directly. Use +#get+, +#post+, or other standard