diff --git a/src/utils/runHealthchecks.tsx b/src/utils/runHealthchecks.tsx index 1ea4377af..f176597b3 100644 --- a/src/utils/runHealthchecks.tsx +++ b/src/utils/runHealthchecks.tsx @@ -83,7 +83,7 @@ async function launchHealthchecks( : result.hasProblem && !h.isRequired ? { status: 'WARNING', - message: 'Doctor discovered a problem during the healthcech', + message: 'Doctor discovered a problem during the healthcheck', helpUrl: result.helpUrl, } : {