Skip to content

Commit 9002879

Browse files
committed
fix typos
1 parent 8521671 commit 9002879

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ If something is down:
2525

2626
```json
2727
{
28-
2928
"ok": [
3029
"DatabaseCheck",
3130
"CacheCheck",
@@ -41,9 +40,9 @@ If something is down:
4140

4241
a http code `500` is returned instead.
4342

44-
Subsets of checks can be run by passing the `check` paramter to the endpoint: `?checks=DatabaseCheck,CacheCheck`
43+
Subsets of checks can be run by passing the `check` parameter to the endpoint: `?checks=DatabaseCheck,CacheCheck`
4544

46-
This can be particulalary useful when used along with load balancers, container orchestration and other
45+
This can be particularity useful when used along with load balancers, container orchestration and other
4746
infrastructure tools that can take automatic actions when problems arise.
4847

4948
## Requirements

0 commit comments

Comments
 (0)