Skip to content

Commit

Permalink
✏ Fix typo in docs/tutorial/connect/remove-data-connections.md (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerdantFox authored Aug 29, 2022
1 parent f9522b3 commit 4143edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/connect/remove-data-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down

0 comments on commit 4143edd

Please sign in to comment.