From 3702cef08d4ae1c2195446518e82e08bd1404075 Mon Sep 17 00:00:00 2001 From: Camila Gutierrez Date: Sun, 25 Oct 2020 19:47:46 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20uppercase=20in=20Tut?= =?UTF-8?q?orial=20-=20Query=20Parameters=20(#2245)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f741b99a0..4401745ac 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