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

Commit 6f758af1 by Arneesh Aima Committed by GitHub

docs: removed unnecessary brackets from belongs-to-many docs (#13373)

Co-authored-by: Sascha Depold <sdepold@users.noreply.github.com>
1 parent f078f772
Showing with 0 additions and 1 deletions
...@@ -48,7 +48,6 @@ const Op = require('../operators'); ...@@ -48,7 +48,6 @@ const Op = require('../operators');
* const projects = await user.getProjects(); * const projects = await user.getProjects();
* const p1 = projects[0]; * const p1 = projects[0];
* p1.UserProjects.started // Is this project started yet? * p1.UserProjects.started // Is this project started yet?
* })
* ``` * ```
* *
* In the API reference below, add the name of the association to the method, e.g. for `User.belongsToMany(Project)` the getter will be `user.getProjects()`. * In the API reference below, add the name of the association to the method, e.g. for `User.belongsToMany(Project)` the getter will be `user.getProjects()`.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!