Skip to content

Commit 8000217

Browse files
authored
Merge pull request rails#52090 from sampatbadhe/patch-16
Correct typo for Active Record Callbacks doc [ci skip]
2 parents 51f8126 + 53194a4 commit 8000217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ book.update(author_id: 1)
10351035
Cascading Association Callbacks
10361036
-------------------------------
10371037

1038-
Callbacks can be performed when asssociated objects are changed. They work
1038+
Callbacks can be performed when associated objects are changed. They work
10391039
through the model associations whereby life cycle events can cascade on
10401040
associations and fire callbacks.
10411041

0 commit comments

Comments
 (0)