Fix grammar error

This commit is contained in:
Dirkjan Ochtman 2022-11-08 14:20:16 +01:00 committed by GitHub
parent 633af292fb
commit 6836f39c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -415,7 +415,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"