From 12c98cd4068f6e33c0bc97c82621527591ca14c2 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Tue, 11 Jul 2023 05:43:35 +0100 Subject: [PATCH] Update docs/en/docs/tutorial/query-params.md Co-authored-by: Viicos <65306057+Viicos@users.noreply.github.com> --- docs/en/docs/tutorial/query-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/query-params.md b/docs/en/docs/tutorial/query-params.md index 36a4d2110..9b41a420b 100644 --- a/docs/en/docs/tutorial/query-params.md +++ b/docs/en/docs/tutorial/query-params.md @@ -226,7 +226,7 @@ In this case, there are 3 query parameters: ## Free Form Query Parameters -Sometimes you want to receive some query parameters, but you don't know in advance what they are called. **FastAPI** supports provides support for this use case. +Sometimes you want to receive some query parameters, but you don't know in advance what they are called. **FastAPI** provides support for this use case. === "Python 3.10+"