Skip to content

Commit

Permalink
[ci skip] Fixed typos and grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Bhutani authored and Aditya Bhutani committed May 31, 2021
1 parent 198946b commit 8359653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/5_1_release_notes.md
Expand Up @@ -258,7 +258,7 @@ switch to more explicit connection management.
If your tests spawn threads and those threads interact while also using
explicit database transactions, this change may introduce a deadlock.

The easy way to opt out of this new behavior is to disable transactional
The easy way to opt-out of this new behavior is to disable transactional
tests on any test cases it affects.

Railties
Expand Down Expand Up @@ -448,7 +448,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
`activerecord.errors.messages.restrict_dependent_destroy.many` i18n scopes.
([Commit](https://github.com/rails/rails/commit/00e3973a311))

* Removed deprecated force reload argument in singular and collection association readers.
* Removed deprecated force-reload argument in singular and collection association readers.
([Commit](https://github.com/rails/rails/commit/09cac8c67af))

* Removed deprecated support for passing a column to `#quote`.
Expand Down

0 comments on commit 8359653

Please sign in to comment.