Summary:
## Changelog
Pull Request resolved: https://github.com/facebook/flipper/pull/664

Differential Revision: D18745531

Pulled By: passy

fbshipit-source-id: 9464d554e34ae08ed390cceb4c13ec63e26ec0a6
This commit is contained in:
Pierre-Luc Paour
2019-11-28 10:01:34 -08:00
committed by Facebook Github Bot
parent 83641ff05c
commit 0116fcdb87

View File

@@ -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,
}
: {