Skip to content

Commit 3700aa9

Browse files
committed
Fix a typo in activerecord/CHANGELOG.md
1 parent bad7ff1 commit 3700aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*Kevin McPhillips*
44

5-
* `ActiveRecord::Base.transaction` now yields an `ActiveRecord::Transation` object.
5+
* `ActiveRecord::Base.transaction` now yields an `ActiveRecord::Transaction` object.
66

77
This allows to register callbacks on it.
88

0 commit comments

Comments
 (0)