From b5dec11f7c3288c77733b684b4d92fa036693ad6 Mon Sep 17 00:00:00 2001 From: Jonathan Lassoff Date: Tue, 30 Jan 2024 01:36:43 -0800 Subject: [PATCH] Update spelling --- pkg/http/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/http/api.go b/pkg/http/api.go index 6705b84..9fc18fb 100644 --- a/pkg/http/api.go +++ b/pkg/http/api.go @@ -39,7 +39,7 @@ type apiEndpoint func( httprouter.Params, ) (response, error) -// Wrap handler for access control, throtteling and compression +// Wrap handler for access control, throttling and compression func endpoint(wrapped apiEndpoint) httprouter.Handle { return func(res http.ResponseWriter, req *http.Request,