Skip to content

Commit 470094c

Browse files
authored
Fix typo in remove-data-connections.md
1 parent f9522b3 commit 470094c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/connect/remove-data-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ We will continue with the code from the previous chapter.
4646

4747
## Break a Connection
4848

49-
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`.
49+
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`.
5050

5151
Let's say **Spider-Boy** is tired of the lack of friendly neighbors and wants to get out of the **Preventers**.
5252

0 commit comments

Comments
 (0)