diff options
author | Xavier Noria <fxn@hashref.com> | 2019-05-11 17:59:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 17:59:49 +0200 |
commit | d43706d633914c4651f6888723c5659850314d93 (patch) | |
tree | 4ca5e9ad491ad7985f8ae81727e5947bc19f735c /guides/source | |
parent | 77df1929f4742c7baa09f0061094efbd086cd487 (diff) | |
parent | a308bfd7fe9ebdb96ed6ab840f422c286402f367 (diff) | |
download | rails-d43706d633914c4651f6888723c5659850314d93.tar.gz rails-d43706d633914c4651f6888723c5659850314d93.tar.bz2 rails-d43706d633914c4651f6888723c5659850314d93.zip |
Merge pull request #36246 from vishaltelangre/patch-5
[ci skip] Fix grammar
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/6_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md index be925cffe9..e47f562115 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -229,7 +229,7 @@ Please refer to the [Changelog][action-pack] for detailed changes. * Allow the use of `parsed_body` in `ActionController::TestCase`. ([Pull Request](https://github.com/rails/rails/pull/34717)) -* Raise an `ArgumentError` when multiple root routes exists in the same context +* Raise an `ArgumentError` when multiple root routes exist in the same context without `as:` naming specifications. ([Pull Request](https://github.com/rails/rails/pull/34494)) |