Skip to content

Commit

Permalink
spelling correction (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
loudmoment authored Apr 16, 2022
1 parent 82bf0fe commit e7fa6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/oapi_validate.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Package middleware implements middleware function for go-chi or net/http,
// which validates incoming HTTP requests to make sure that they conform to the given OAPI 3.0 specification.
// When OAPI validation failes on the request, we return an HTTP/400.
// When OAPI validation fails on the request, we return an HTTP/400.
package middleware

import (
Expand Down

0 comments on commit e7fa6cd

Please sign in to comment.