Fixed typo

no issue
This commit is contained in:
Naz 2021-11-10 12:41:09 +04:00
parent 0955caf311
commit a64c186179

View File

@ -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();