From 6836f39c0d8de307c49c0379b0eee0f98322b817 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 8 Nov 2022 14:20:16 +0100 Subject: [PATCH] Fix grammar error --- data/crates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/crates.json b/data/crates.json index 91666e6..dd91001 100644 --- a/data/crates.json +++ b/data/crates.json @@ -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"