Skip to content

Commit 53194a4

Browse files
authored
Correct typo for Active Record Callbacks doc [ci skip]
1 parent 51f8126 commit 53194a4

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)