Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh authored and iknite committed Feb 19, 2019
1 parent 74f758a commit 69e0d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/apihttp/apihttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type HealthCheckResponse struct {
//
// The following statuses are expected:
//
// If everything is allright, the HTTP status is 200 and the body contains:
// If everything is alright, the HTTP status is 200 and the body contains:
// {"version": "0", "status":"ok"}
func HealthCheckHandler(w http.ResponseWriter, r *http.Request) {

Expand Down

0 comments on commit 69e0d20

Please sign in to comment.