diff --git a/guides/source/active_record_callbacks.md b/guides/source/active_record_callbacks.md index f8b1eb08bd8..4d06e61b325 100644 --- a/guides/source/active_record_callbacks.md +++ b/guides/source/active_record_callbacks.md @@ -1035,7 +1035,7 @@ book.update(author_id: 1) Cascading Association Callbacks ------------------------------- -Callbacks can be performed when asssociated objects are changed. They work +Callbacks can be performed when associated objects are changed. They work through the model associations whereby life cycle events can cascade on associations and fire callbacks.