mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Fixed typo
This commit is contained in:
parent
7a1389954b
commit
6c9cfe8f24
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user