Merge pull request #127 from jof/jof/update-spelling

Update spelling
This commit is contained in:
Annika Hannig
2024-01-30 10:59:04 +01:00
committed by GitHub
+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,