mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed typo
This commit is contained in:
parent
7a1389954b
commit
6c9cfe8f24
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue