mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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 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()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue