chore: fix some typos in comments (#4679)

Signed-off-by: CoolCu <coolcui@qq.com>
This commit is contained in:
CoolCu
2024-04-16 22:59:07 +08:00
committed by GitHub
parent 05606c69e7
commit b25ac55a2f
4 changed files with 6 additions and 6 deletions

View File

@@ -323,7 +323,7 @@ export default {
},
/**
* Show success or error toast dependant on response status code
* Show success or error toast dependent on response status code
* @param {object} res Response object
* @returns {void}
*/

View File

@@ -550,7 +550,7 @@ export default {
/**
* Return the correct title for the ping stat
* @param {boolean} average Is the statistic an average?
* @returns {string} Title formatted dependant on monitor type
* @returns {string} Title formatted dependent on monitor type
*/
pingTitle(average = false) {
let translationPrefix = "";