We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8521671 commit 9002879Copy full SHA for 9002879
README.md
@@ -25,7 +25,6 @@ If something is down:
25
26
```json
27
{
28
-
29
"ok": [
30
"DatabaseCheck",
31
"CacheCheck",
@@ -41,9 +40,9 @@ If something is down:
41
40
42
a http code `500` is returned instead.
43
44
-Subsets of checks can be run by passing the `check` paramter to the endpoint: `?checks=DatabaseCheck,CacheCheck`
+Subsets of checks can be run by passing the `check` parameter to the endpoint: `?checks=DatabaseCheck,CacheCheck`
45
46
-This can be particulalary useful when used along with load balancers, container orchestration and other
+This can be particularity useful when used along with load balancers, container orchestration and other
47
infrastructure tools that can take automatic actions when problems arise.
48
49
## Requirements
0 commit comments