chore: fix typos in comments (#6755)
This commit is contained in:
parent
777c252915
commit
93141ae5a6
@ -5,7 +5,7 @@ const { escape } = require("html-escaper");
|
|||||||
* Returns a string that represents the javascript that is required to insert the Plausible Analytics script
|
* Returns a string that represents the javascript that is required to insert the Plausible Analytics script
|
||||||
* into a webpage.
|
* into a webpage.
|
||||||
* @param {string} scriptUrl the Plausible Analytics script url.
|
* @param {string} scriptUrl the Plausible Analytics script url.
|
||||||
* @param {string} domainsToMonitor Domains to track seperated by a ',' to add Plausible Analytics script.
|
* @param {string} domainsToMonitor Domains to track separated by a ',' to add Plausible Analytics script.
|
||||||
* @returns {string} HTML script tags to inject into page
|
* @returns {string} HTML script tags to inject into page
|
||||||
*/
|
*/
|
||||||
function getPlausibleAnalyticsScript(scriptUrl, domainsToMonitor) {
|
function getPlausibleAnalyticsScript(scriptUrl, domainsToMonitor) {
|
||||||
|
|||||||
@ -2755,7 +2755,7 @@ message HealthCheckResponse {
|
|||||||
this.monitor.jsonPath = "$";
|
this.monitor.jsonPath = "$";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set default condition for for jsonPathOperator
|
// Set default condition for jsonPathOperator
|
||||||
if (!this.monitor.jsonPathOperator) {
|
if (!this.monitor.jsonPathOperator) {
|
||||||
this.monitor.jsonPathOperator = "==";
|
this.monitor.jsonPathOperator = "==";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user