Update spelling

This commit is contained in:
Jonathan Lassoff
2024-01-30 01:36:43 -08:00
parent bac0119f1b
commit b5dec11f7c
+1 -1
View File
@@ -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,