Skip to content

Commit 957b60a

Browse files
authored
Merge pull request #4 from tvdijen/patch-1
Fix typo
2 parents 0c1fe3a + 309c35a commit 957b60a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/HealthCheck/HealthCheckChain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function addHealthCheck(HealthCheckInterface $healthCheck)
4141
}
4242

4343
/**
44-
* Checks all registered HealCheckers and stops on the first encounter of a failing test.
44+
* Checks all registered HealthCheckers and stops on the first encounter of a failing test.
4545
*
4646
* @return HealthReportInterface
4747
*/

src/HealthCheck/HealthReportInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Contract for a HealthReport.
2323
*
24-
* A HealthReport has a status (UP/DOWN) with a corresponding HTTP status code (200/503). Health repors with a DOWN
24+
* A HealthReport has a status (UP/DOWN) with a corresponding HTTP status code (200/503). Health reports with a DOWN
2525
* status can be enriched with a message.
2626
*/
2727
interface HealthReportInterface

0 commit comments

Comments
 (0)