spell things correctly

This commit is contained in:
Humberto Evans 2024-02-12 18:01:06 -08:00
parent 71dd5e2369
commit f254940b64

View file

@ -16,7 +16,7 @@ class HeiiOnCall extends NotificationProvider {
// Payload to Heii On-Call is the entire heartbat JSON
const payload = heartbeatJSON ? heartbeatJSON : {};
// If we can, add url back to mintor to payload
// If we can, add url back to monitor to payload
const baseURL = await setting("primaryBaseURL");
if (baseURL && monitorJSON) {
payload["url"] = baseURL + getMonitorRelativeURL(monitorJSON.id);