[ci skip] Fix grammar

##### Singular

`route exists`

##### Plural

`routes exist`
This commit is contained in:
Vishal Telangre 2019-05-11 20:34:18 +05:30 committed by GitHub
parent e8350663ad
commit a308bfd7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))