Correct typo for Active Record Callbacks doc [ci skip]

This commit is contained in:
Sampat Badhe 2024-06-11 21:46:15 +05:30 committed by GitHub
parent 51f81267f8
commit 53194a442e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.