Merge pull request #19 from djc/patch-2

Fix grammar error
This commit is contained in:
Nico Burns 2022-11-08 13:21:45 +00:00 committed by GitHub
commit a37bfb2aa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -416,7 +416,7 @@
"notes": "Automatically generates OpenAPI defintions."
}, {
"name": "warp",
"notes": "Very similar to axum but with a quirkier API. This is a solid framework, but you should probably prefer Axum unless you particular like the API"
"notes": "Very similar to axum but with a quirkier API. This is a solid framework, but you should probably prefer Axum unless you particularly like the API"
}, {
"name": "tide",
"notes": "Similar to Axum, but based on async-std rather than tokio"