File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
1111function getPlausibleAnalyticsScript ( scriptUrl , domainsToMonitor ) {
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments