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

Commit 6783ba84 by Turanchoks Committed by Sushant

docs(model): fix missing comma in scope example (#8297)

1 parent de0fbff2
Showing with 1 additions and 1 deletions
...@@ -1295,7 +1295,7 @@ class Model { ...@@ -1295,7 +1295,7 @@ class Model {
* *
* To invoke scope functions you can do: * To invoke scope functions you can do:
* ```js * ```js
* Model.scope({ method: ['complexFunction' 'dan@sequelize.com', 42]}).findAll() * Model.scope({ method: ['complexFunction', 'dan@sequelize.com', 42]}).findAll()
* // WHERE email like 'dan@sequelize.com%' AND access_level >= 42 * // WHERE email like 'dan@sequelize.com%' AND access_level >= 42
* ``` * ```
* *
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!