mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 11:36:27 -04:00
Fix JSDoc grammar
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
1eecdec2d9
commit
46da5e51be
7 changed files with 9 additions and 9 deletions
|
@ -14,7 +14,7 @@ const { BeanModel } = require("redbean-node/dist/bean-model");
|
|||
class Heartbeat 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}
|
||||
*/
|
||||
|
@ -28,7 +28,7 @@ class Heartbeat extends BeanModel {
|
|||
}
|
||||
|
||||
/**
|
||||
* Return a object that ready to parse to JSON
|
||||
* Return an object that ready to parse to JSON
|
||||
* @returns {Object}
|
||||
*/
|
||||
toJSON() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue