]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏ Fix typo in `docs/tutorial/index.md` (#398)
authorRyan Grose <wes.tfelia@hotmail.com>
Sat, 27 Aug 2022 18:36:08 +0000 (14:36 -0400)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 18:36:08 +0000 (18:36 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/tutorial/index.md

index b45881138d67928ac436bdf9f925b3c0d76b8f50..398cabafb4f9a89ce3806b2ca460526487c68ea1 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Type hints
 
-If you need a refreshed about how to use Python type hints (type annotations), check <a href="https://fastapi.tiangolo.com/python-types/" class="external-link" target="_blank">FastAPI's Python types intro</a>.
+If you need a refresher about how to use Python type hints (type annotations), check <a href="https://fastapi.tiangolo.com/python-types/" class="external-link" target="_blank">FastAPI's Python types intro</a>.
 
 You can also check the <a href="https://mypy.readthedocs.io/en/latest/cheat_sheet_py3.html" class="external-link" target="_blank">mypy cheat sheet</a>.