不要怂,就是干,撸起袖子干!

Commit 22e6549b by Alan Koger Committed by Pedro Augusto de Paula Barbosa

docs(assocs): fix typo (#11869)

1 parent 9d3be832
Showing with 1 additions and 1 deletions
...@@ -192,7 +192,7 @@ This means that, unlike the One-To-One association, in which we had to choose wh ...@@ -192,7 +192,7 @@ This means that, unlike the One-To-One association, in which we had to choose wh
### Goal ### Goal
In this example, we have the models `Team` and `Player`. We want to tell Sequelize that there is a One-To-Many relationship between them, meaning that one Team has many Players, while each Playes belongs to a single Team. In this example, we have the models `Team` and `Player`. We want to tell Sequelize that there is a One-To-Many relationship between them, meaning that one Team has many Players, while each Player belongs to a single Team.
### Implementation ### Implementation
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!