From: Theodore Williams Date: Mon, 29 Aug 2022 08:33:41 +0000 (-0600) Subject: ✏ Fix typo in `docs/tutorial/connect/remove-data-connections.md` (#421) X-Git-Tag: 0.0.8~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4143edd2513b3db9e683bb65c63a23f9f3a7c12c;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏ Fix typo in `docs/tutorial/connect/remove-data-connections.md` (#421) --- diff --git a/docs/tutorial/connect/remove-data-connections.md b/docs/tutorial/connect/remove-data-connections.md index 1153b51f..f44559b3 100644 --- a/docs/tutorial/connect/remove-data-connections.md +++ b/docs/tutorial/connect/remove-data-connections.md @@ -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**.