fix(api): typo an handler -> a handler

This commit is contained in:
Julien Neuhart
2021-11-23 13:15:53 +01:00
parent ee0debe14a
commit 99ede6477f

View File

@@ -14,7 +14,7 @@ type SentinelHTTPError struct {
}
// NewSentinelHTTPError creates a SentinelHTTPError. The message will be sent
// as the response's body if returned from an handler, so make sure to not leak
// as the response's body if returned from a handler, so make sure to not leak
// sensible information.
func NewSentinelHTTPError(status int, message string) SentinelHTTPError {
return SentinelHTTPError{