mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix grammar
##### Singular `route exists` ##### Plural `routes exist`
This commit is contained in:
parent
e8350663ad
commit
a308bfd7fe
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue