Skip to content

Commit 93141ae

Browse files
authored
chore: fix typos in comments (#6755)
1 parent 777c252 commit 93141ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

server/analytics/plausible-analytics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { escape } = require("html-escaper");
55
* Returns a string that represents the javascript that is required to insert the Plausible Analytics script
66
* into a webpage.
77
* @param {string} scriptUrl the Plausible Analytics script url.
8-
* @param {string} domainsToMonitor Domains to track seperated by a ',' to add Plausible Analytics script.
8+
* @param {string} domainsToMonitor Domains to track separated by a ',' to add Plausible Analytics script.
99
* @returns {string} HTML script tags to inject into page
1010
*/
1111
function getPlausibleAnalyticsScript(scriptUrl, domainsToMonitor) {

src/pages/EditMonitor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2755,7 +2755,7 @@ message HealthCheckResponse {
27552755
this.monitor.jsonPath = "$";
27562756
}
27572757
2758-
// Set default condition for for jsonPathOperator
2758+
// Set default condition for jsonPathOperator
27592759
if (!this.monitor.jsonPathOperator) {
27602760
this.monitor.jsonPathOperator = "==";
27612761
}

0 commit comments

Comments
 (0)