mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
Update index.js
Human errors :)
This commit is contained in:
parent
501c577fe3
commit
a63ea36a20
@ -202,7 +202,7 @@ module.exports = function (strapi) {
|
||||
appId: strapi.config.studio.appId,
|
||||
token: strapi.token,
|
||||
encrypted: strapi.rsa.encrypt({
|
||||
err: stringify('Unknow action', null, 2),
|
||||
err: stringify('Unknown action', null, 2),
|
||||
data: null
|
||||
})
|
||||
});
|
||||
@ -250,7 +250,7 @@ module.exports = function (strapi) {
|
||||
appId: strapi.config.studio.appId,
|
||||
token: strapi.token,
|
||||
encrypted: strapi.rsa.encrypt({
|
||||
err: stringify('Unknow action', null, 2),
|
||||
err: stringify('Unknown action', null, 2),
|
||||
data: null
|
||||
})
|
||||
});
|
||||
@ -364,7 +364,7 @@ module.exports = function (strapi) {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
cb('Unknow path `' + rootPath + '`', null);
|
||||
cb('Unknown path `' + rootPath + '`', null);
|
||||
}
|
||||
});
|
||||
},
|
||||
@ -410,7 +410,7 @@ module.exports = function (strapi) {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
deferred.reject('Unknow path `' + path + '`');
|
||||
deferred.reject('Unknown path `' + path + '`');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user