]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix uppercase in Tutorial - Query Parameters (#2245)
authorCamila Gutierrez <mariacamilagl@users.noreply.github.com>
Sun, 25 Oct 2020 18:47:46 +0000 (19:47 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 18:47:46 +0000 (19:47 +0100)
docs/en/docs/tutorial/query-params.md

index f741b99a00d35b93a23224d3a3cfb7b34914e518..4401745ac9dc3bec989530fd90cdac8247d3d3a2 100644 (file)
@@ -8,7 +8,7 @@ When you declare other function parameters that are not part of the path paramet
 
 The query is the set of key-value pairs that go after the `?` in a URL, separated by `&` characters.
 
-For example, in the url:
+For example, in the URL:
 
 ```
 http://127.0.0.1:8000/items/?skip=0&limit=10