From db841d044041cb895f64f0e07bafc3bdeb4092c9 Mon Sep 17 00:00:00 2001 From: Alex Kenich Date: Tue, 19 Jun 2018 15:55:22 +0100 Subject: [PATCH] Fix typos in kin-faucet.md --- docs/kin-faucet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. ```