From 99ede6477facd751d72519765f90f0b6b1b05843 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Tue, 23 Nov 2021 13:15:53 +0100 Subject: [PATCH] fix(api): typo an handler -> a handler --- pkg/modules/api/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/modules/api/errors.go b/pkg/modules/api/errors.go index cd080480..762ced16 100644 --- a/pkg/modules/api/errors.go +++ b/pkg/modules/api/errors.go @@ -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{