Skip to content

Commit

Permalink
Fix a typo in activerecord/CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Apr 8, 2024
1 parent bad7ff1 commit 3700aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

*Kevin McPhillips*

* `ActiveRecord::Base.transaction` now yields an `ActiveRecord::Transation` object.
* `ActiveRecord::Base.transaction` now yields an `ActiveRecord::Transaction` object.

This allows to register callbacks on it.

Expand Down

0 comments on commit 3700aa9

Please sign in to comment.