diff --git a/server/validate-monitor-checks.js b/server/validate-monitor-checks.js index aefc97b09..095d040f0 100644 --- a/server/validate-monitor-checks.js +++ b/server/validate-monitor-checks.js @@ -12,7 +12,7 @@ function validateMonitorChecks(res, checks, bean) { bean.msg += `, status matches '${check.value}'`; bean.status = UP; } else { - throw new Error(bean.msg + ", but status code dit not match " + check.value); + throw new Error(bean.msg + ", but status code does not match " + check.value); } break;