Skip to content

Commit 50edf85

Browse files
committed
Fix a typo in activerecord/CHANGELOG
1 parent 144518d commit 50edf85

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
@@ -10,7 +10,7 @@
1010
however the JSON serializer in Ruby's stdlib isn't strict enough, as it fallback
1111
to casting unknown types to strings, which could lead to corrupted data.
1212

13-
Some third party JSON libaries like `Oj` have a suitable strict mode.
13+
Some third party JSON libraries like `Oj` have a suitable strict mode.
1414

1515
So it's preferable if users chose a serializer based on their own constraints.
1616

0 commit comments

Comments
 (0)