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

Commit 46e0f685 by Wei-Liang Liou Committed by Sushant

docs: fix typo in belongs-to-many.js (#10652)

1 parent d8345dc7
Showing with 1 additions and 1 deletions
...@@ -608,7 +608,7 @@ class BelongsToMany extends Association { ...@@ -608,7 +608,7 @@ class BelongsToMany extends Association {
} }
/** /**
* Associate one ore several rows with source instance. It will not un-associate any already assoicated instance * Associate one or several rows with source instance. It will not un-associate any already assoicated instance
* that may be missing from `newInstances`. * that may be missing from `newInstances`.
* *
* @param {Model} sourceInstance source instance to associate new instances with * @param {Model} sourceInstance source instance to associate new instances with
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!