]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix typo in release notes (#9835)
authorFrancis Bergin <francisbergin@hotmail.com>
Sat, 5 Aug 2023 08:40:24 +0000 (04:40 -0400)
committerGitHub <noreply@github.com>
Sat, 5 Aug 2023 08:40:24 +0000 (10:40 +0200)
docs/en/docs/release-notes.md

index f8138e2a8b83e886fd9d7fb0609feaf048394054..fa8fd9d2891c0a9d1524a9b539bedc03e003005e 100644 (file)
@@ -107,7 +107,7 @@ A command line tool that will **process your code** and update most of the thing
 
 ### Pydantic v1
 
-**This version of FastAPI still supports Pydantic v1**. And although Pydantic v1 will be deprecated at some point, ti will still be supported for a while.
+**This version of FastAPI still supports Pydantic v1**. And although Pydantic v1 will be deprecated at some point, it will still be supported for a while.
 
 This means that you can install the new Pydantic v2, and if something fails, you can install Pydantic v1 while you fix any problems you might have, but having the latest FastAPI.