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+"