]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏ Fix typo in `docs/tutorial/connect/remove-data-connections.md` (#421)
authorTheodore Williams <verdantfoxx@gmail.com>
Mon, 29 Aug 2022 08:33:41 +0000 (02:33 -0600)
committerGitHub <noreply@github.com>
Mon, 29 Aug 2022 08:33:41 +0000 (10:33 +0200)
docs/tutorial/connect/remove-data-connections.md

index 1153b51f32a976a1faa3810df3bc5307b1dd4428..f44559b3d1a782214d2fc17707e20b0c10f2f0f9 100644 (file)
@@ -46,7 +46,7 @@ We will continue with the code from the previous chapter.
 
 ## Break a Connection
 
-We don't really have to delete anyting to break a connection. We can just assign `None` to the foreign key, in this case, to the `team_id`.
+We don't really have to delete anything to break a connection. We can just assign `None` to the foreign key, in this case, to the `team_id`.
 
 Let's say **Spider-Boy** is tired of the lack of friendly neighbors and wants to get out of the **Preventers**.