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

Commit 4e8908b2 by Fabio Espinosa Committed by Sushant

Update associations.md (#7287)

Small typo
1 parent 3e2d7eb0
Showing with 1 additions and 1 deletions
......@@ -137,7 +137,7 @@ var Player = this.sequelize.define('player', {/* attributes */})
, Team = this.sequelize.define('team', {/* attributes */});
```
When we link two model in Sequelize we can refer them as pairs of **source** and **target** models. Like this
When we link two models in Sequelize we can refer them as pairs of **source** and **target** models. Like this
Having **Player** as the **source** and **Team** as the **target**
```js
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!