mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed typos
This commit is contained in:
parent
1e20f2cb76
commit
ec01c4f004
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ const jsonSchema = require('@tryghost/admin-api-schema');
|
|||
|
||||
/**
|
||||
*
|
||||
* @param {Object} apiConfig "frame" api configruation object
|
||||
* @param {Object} apiConfig "frame" api configuration object
|
||||
* @param {string} apiConfig.docName the name of the resource
|
||||
* @param {string} apiConfig.method API's method name
|
||||
* @param {Object} frame "frame" object with data attached to it
|
||||
|
|
|
@ -2,7 +2,7 @@ const jsonSchema = require('@tryghost/admin-api-schema');
|
|||
|
||||
/**
|
||||
*
|
||||
* @param {Object} apiConfig "frame" api configruation object
|
||||
* @param {Object} apiConfig "frame" api configuration object
|
||||
* @param {string} apiConfig.docName the name of the resource
|
||||
* @param {string} apiConfig.method API's method name
|
||||
* @param {Object} frame "frame" object with data attached to it
|
||||
|
|
|
@ -2,7 +2,7 @@ const jsonSchema = require('@tryghost/admin-api-schema');
|
|||
|
||||
/**
|
||||
*
|
||||
* @param {Object} apiConfig "frame" api configruation object
|
||||
* @param {Object} apiConfig "frame" api configuration object
|
||||
* @param {string} apiConfig.docName the name of the resource
|
||||
* @param {string} apiConfig.method API's method name
|
||||
* @param {Object} frame "frame" object with data attached to it
|
||||
|
|
Loading…
Add table
Reference in a new issue