Update spelling

This commit is contained in:
Jonathan Lassoff 2024-01-30 01:36:43 -08:00
parent bac0119f1b
commit b5dec11f7c

View File

@ -39,7 +39,7 @@ type apiEndpoint func(
httprouter.Params, httprouter.Params,
) (response, error) ) (response, error)
// Wrap handler for access control, throtteling and compression // Wrap handler for access control, throttling and compression
func endpoint(wrapped apiEndpoint) httprouter.Handle { func endpoint(wrapped apiEndpoint) httprouter.Handle {
return func(res http.ResponseWriter, return func(res http.ResponseWriter,
req *http.Request, req *http.Request,