Fix JSDoc grammar

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
Matthew Nickson
2022-04-22 19:10:13 +01:00
parent 1eecdec2d9
commit 46da5e51be
7 changed files with 9 additions and 9 deletions

View File

@@ -98,7 +98,7 @@ class StatusPage extends BeanModel {
}
/**
* Return a object that ready to parse to JSON
* Return an object that ready to parse to JSON
* @returns {Object}
*/
async toJSON() {
@@ -119,7 +119,7 @@ class StatusPage extends BeanModel {
}
/**
* Return a object that ready to parse to JSON for public
* Return an object that ready to parse to JSON for public
* Only show necessary data to public
* @returns {Object}
*/