diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index 19ffc63f0..11fd55943 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.