Skip to content

Commit

Permalink
docs: added missing comma (#12918) (#13583)
Browse files Browse the repository at this point in the history
fix wrong branch in PR
  • Loading branch information
fzn0x committed Oct 24, 2021
1 parent 7e4bb2c commit 56079c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/other-topics/scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Project.init({
}
}
}
}
},
sequelize,
modelName: 'project'
}
Expand Down Expand Up @@ -281,4 +281,4 @@ Observe how the four scopes were merged into one. The includes of scopes are mer

The merge illustrated above works in the exact same way regardless of the order applied to the scopes. The order would only make a difference if a certain option was set by two different scopes - which is not the case of the above example, since each scope does a different thing.

This merge strategy also works in the exact same way with options passed to `.findAll`, `.findOne` and the like.
This merge strategy also works in the exact same way with options passed to `.findAll`, `.findOne` and the like.

0 comments on commit 56079c5

Please sign in to comment.