Skip to content

Commit

Permalink
Merge pull request oapi-codegen#779 from kosuke-taniguchi/fix-typo
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
jamietanna committed Oct 12, 2022
2 parents f45a953 + fb92faf commit 63fe9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func (*PetStoreImpl) GetPets(ctx context.Context, request GetPetsRequestObject)
```
For a complete example see `/examples/petstore-expanded/strict`.

Code is generation with a configuration flag `genrate: strict-server: true` along with any other server (echo, chi, gin and gorilla are supported).
Code is generation with a configuration flag `generate: strict-server: true` along with any other server (echo, chi, gin and gorilla are supported).
The generated strict wrapper can then be used as an implementation for `ServerInterface`. Setup example:
```go
func SetupHandler() {
Expand Down

0 comments on commit 63fe9cc

Please sign in to comment.