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

Commit a5a60f9f by Luis Committed by GitHub

docs(assocs): use and instead of 'a nd' (#12191)

1 parent 5dcc0d51
Showing with 1 additions and 1 deletions
......@@ -229,7 +229,7 @@ Team.hasMany(Player, {
Player.belongsTo(Team);
```
Like One-To-One relationships, `ON DELETE` defaults to `SET NULL`a nd `ON UPDATE` defaults to `CASCADE`.
Like One-To-One relationships, `ON DELETE` defaults to `SET NULL` and `ON UPDATE` defaults to `CASCADE`.
## Many-To-Many relationships
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!