Fixed typo

This commit is contained in:
Naz 2022-10-17 17:10:49 +08:00
parent 7a1389954b
commit 6c9cfe8f24
No known key found for this signature in database

View File

@ -72,7 +72,7 @@ module.exports = function (Bookshelf) {
*
* We protect adding too many and uncontrolled events.
*
* We could embedd adding actions more nicely in the future e.g. plugin.
* We could embed adding actions more nicely in the future e.g. plugin.
*/
addAction: (model, event, options) => {
if (!model.wasChanged()) {