diff --git a/docs/kin-faucet.md b/docs/kin-faucet.md index b769efa..f027bdb 100644 --- a/docs/kin-faucet.md +++ b/docs/kin-faucet.md @@ -21,7 +21,7 @@ HTTP GET /fund?account=&amount= ```json { - "succsseful": true/false + "successful": true/false "error": null } ``` @@ -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. ```