0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

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 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) => { addAction: (model, event, options) => {
if (!model.wasChanged()) { if (!model.wasChanged()) {