mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 12:11:21 +08:00
chore: fix some typos in comments (#4679)
Signed-off-by: CoolCu <coolcui@qq.com>
This commit is contained in:
@@ -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}
|
||||
*/
|
||||
|
@@ -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 = "";
|
||||
|
Reference in New Issue
Block a user