mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Fix grammar error
This commit is contained in:
parent
633af292fb
commit
6836f39c0d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue