aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVishal Telangre <the@vishaltelangre.com>2019-05-11 20:34:18 +0530
committerGitHub <noreply@github.com>2019-05-11 20:34:18 +0530
commita308bfd7fe9ebdb96ed6ab840f422c286402f367 (patch)
tree499f4941bddcd03c1b0291274ca2bdf13ece5cba /guides
parente8350663ad7c4bd9f8f724d0e82b2a48f5acfee4 (diff)
downloadrails-a308bfd7fe9ebdb96ed6ab840f422c286402f367.tar.gz
rails-a308bfd7fe9ebdb96ed6ab840f422c286402f367.tar.bz2
rails-a308bfd7fe9ebdb96ed6ab840f422c286402f367.zip
[ci skip] Fix grammar
##### Singular `route exists` ##### Plural `routes exist`
Diffstat (limited to 'guides')
-rw-r--r--guides/source/6_0_release_notes.md2
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 cb3ea7737c..a1bb56e04c 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))