mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typo
no issue
This commit is contained in:
parent
0955caf311
commit
a64c186179
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue