Skip to content

Commit 47bb062

Browse files
fixed comment typo (#19944)
1 parent a9cc9c0 commit 47bb062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/web.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func Routes() *web.Route {
126126
routes.Route("/avatars/*", "GET, HEAD", storageHandler(setting.Avatar.Storage, "avatars", storage.Avatars))
127127
routes.Route("/repo-avatars/*", "GET, HEAD", storageHandler(setting.RepoAvatar.Storage, "repo-avatars", storage.RepoAvatars))
128128

129-
// for health check - doeesn't need to be passed through gzip handler
129+
// for health check - doesn't need to be passed through gzip handler
130130
routes.Head("/", func(w http.ResponseWriter, req *http.Request) {
131131
w.WriteHeader(http.StatusOK)
132132
})

0 commit comments

Comments
 (0)