From 25cb05c876362cb17b983662975e5a72f5f9ba55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ya=C4=9F=C4=B1zcan=20De=C4=9Firmenci?=
<62724709+ycd@users.noreply.github.com>
Date: Sat, 8 Aug 2020 21:19:14 +0300
Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20documentation=20typo=20in=20Q?=
=?UTF-8?q?uery=20Parameters=20and=20String=20Validations=20(#1832)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/en/docs/tutorial/query-params-str-validations.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/docs/tutorial/query-params-str-validations.md b/docs/en/docs/tutorial/query-params-str-validations.md
index 465ce3f88..4edb4f597 100644
--- a/docs/en/docs/tutorial/query-params-str-validations.md
+++ b/docs/en/docs/tutorial/query-params-str-validations.md
@@ -142,7 +142,7 @@ So, when you need to declare a value as required while using `Query`, you can us
```
!!! info
- If you hadn't seen that `...` before: it is a a special single value, it is part of Python and is called "Ellipsis".
+ If you hadn't seen that `...` before: it is a special single value, it is part of Python and is called "Ellipsis".
This will let **FastAPI** know that this parameter is required.