Skip to content

Commit 5f7598d

Browse files
author
Jeff Lee
committed
Fix typo in docs on associations
1 parent a6f5a86 commit 5f7598d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/associations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ One-To-One associations are associations between exactly two models connected by
55

66
BelongsTo associations are associations where the foreign key for the one-to-one relation exists on the **source model**.
77

8-
A simple example would be a **User** being part of a team **Team** with the foreign key on user.
8+
A simple example would be a **Player** being part of a **Team** with the foreign key on the player.
99

1010
```js
1111
var Player = this.sequelize.define('Player', {/* attributes */})

0 commit comments

Comments
 (0)