From: Camila Gutierrez Date: Sun, 25 Oct 2020 18:47:46 +0000 (+0100) Subject: ✏️ Fix uppercase in Tutorial - Query Parameters (#2245) X-Git-Tag: 0.61.2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3702cef08d4ae1c2195446518e82e08bd1404075;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix uppercase in Tutorial - Query Parameters (#2245) --- diff --git a/docs/en/docs/tutorial/query-params.md b/docs/en/docs/tutorial/query-params.md index f741b99a00..4401745ac9 100644 --- a/docs/en/docs/tutorial/query-params.md +++ b/docs/en/docs/tutorial/query-params.md @@ -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