mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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 {
|
class Resource extends EventEmitter {
|
||||||
/**
|
/**
|
||||||
* @param {('posts'|'pages'|'tags'|'authors')} type - of the resource
|
* @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) {
|
constructor(type, obj) {
|
||||||
super();
|
super();
|
||||||
|
|
Loading…
Add table
Reference in a new issue