From b9a9cd1b057c78c83ad1b1d4608c76a75fa7d24d Mon Sep 17 00:00:00 2001 From: Shubhendu Madhukar Date: Sat, 3 Jul 2021 16:13:26 +0530 Subject: [PATCH] Change `refreshed` to `refresher` --- docs/tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index 19ffc63f0a..11fd55943d 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -1,6 +1,6 @@ ## Python types -If you need a refreshed about how to use Python type hints, check the first part of FastAPI's Python types intro. +If you need a refresher about how to use Python type hints, check the first part of FastAPI's Python types intro. You can also check the mypy cheat sheet.