mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Fixed typo
no issue
This commit is contained in:
parent
0955caf311
commit
a64c186179
@ -8,7 +8,7 @@ const errors = require('@tryghost/errors');
|
||||
class Resource extends EventEmitter {
|
||||
/**
|
||||
* @param {('posts'|'pages'|'tags'|'authors')} type - of the resource
|
||||
* @param {Object} obj - object data to sotre
|
||||
* @param {Object} obj - object data to store
|
||||
*/
|
||||
constructor(type, obj) {
|
||||
super();
|
||||
|
Loading…
Reference in New Issue
Block a user