Skip to content

Commit fa09e3c

Browse files
committed
Fix wrong grammar on upgrade guide
1 parent 5df0f0d commit fa09e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ If you configured this setting after the environments configuration has been pro
394394

395395
[`config.autoload_once_paths`]: configuring.html#config-autoload-once-paths
396396

397-
### `ActionDispatch::Request#content_type` now returned Content-Type header as it is.
397+
### `ActionDispatch::Request#content_type` now returns Content-Type header as it is.
398398

399399
Previously, `ActionDispatch::Request#content_type` returned value does NOT contain charset part.
400400
This behavior changed to returned Content-Type header containing charset part as it is.

0 commit comments

Comments
 (0)