We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f5a86 commit 5f7598dCopy full SHA for 5f7598d
docs/docs/associations.md
@@ -5,7 +5,7 @@ One-To-One associations are associations between exactly two models connected by
5
6
BelongsTo associations are associations where the foreign key for the one-to-one relation exists on the **source model**.
7
8
-A simple example would be a **User** being part of a team **Team** with the foreign key on user.
+A simple example would be a **Player** being part of a **Team** with the foreign key on the player.
9
10
```js
11
var Player = this.sequelize.define('Player', {/* attributes */})
0 commit comments