diff --git a/docs/en/docs/tutorial/query-params.md b/docs/en/docs/tutorial/query-params.md index 1506f5e2e..6f34b952b 100644 --- a/docs/en/docs/tutorial/query-params.md +++ b/docs/en/docs/tutorial/query-params.md @@ -187,7 +187,7 @@ You could also use `Enum`s the same way as with [Path Parameters](path-params.md /// -## Free Form Query Parameters +## Free Form 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** provides support for this use case as well.