Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/kin-faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ HTTP GET /fund?account=<account address>&amount=<kin amount to fund>

```json
{
"succsseful": true/false
"successful": true/false
"error": null
}
```
Expand All @@ -34,11 +34,11 @@ Possible alternative `"error"` values are:
- Amount parameter missing
- Account parameter missing
- Invalid amount
- Unexcpected error: exception message
- Unexpected error: exception message

### Health Check

Checks the status of the service. I most cases the returned HTTP status code is enough.
Checks the status of the service. In most cases the returned HTTP status code is enough.
Nevertheless, the services replies with verbose information.

```
Expand Down