We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c1fe3a + 309c35a commit 957b60aCopy full SHA for 957b60a
2 files changed
src/HealthCheck/HealthCheckChain.php
@@ -41,7 +41,7 @@ public function addHealthCheck(HealthCheckInterface $healthCheck)
41
}
42
43
/**
44
- * Checks all registered HealCheckers and stops on the first encounter of a failing test.
+ * Checks all registered HealthCheckers and stops on the first encounter of a failing test.
45
*
46
* @return HealthReportInterface
47
*/
src/HealthCheck/HealthReportInterface.php
@@ -21,7 +21,7 @@
21
22
* Contract for a HealthReport.
23
24
- * A HealthReport has a status (UP/DOWN) with a corresponding HTTP status code (200/503). Health repors with a DOWN
+ * A HealthReport has a status (UP/DOWN) with a corresponding HTTP status code (200/503). Health reports with a DOWN
25
* status can be enriched with a message.
26
27
interface HealthReportInterface
0 commit comments