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

Commit 019a9418 by Mick Hansen

Merge pull request #2915 from peerwit/master

Altered Grammar
2 parents ecb579ce 48393991
Showing with 1 additions and 1 deletions
...@@ -499,7 +499,7 @@ sequelize.[sync|drop]().then(function() { ...@@ -499,7 +499,7 @@ sequelize.[sync|drop]().then(function() {
## Expansion of models ## Expansion of models
Sequelize allows you to pass custom methods to a model and it's instances. Just do the following: Sequelize allows you to pass custom methods to a model and its instances. Just do the following:
```js ```js
var Foo = sequelize.define('Foo', { /* attributes */}, { var Foo = sequelize.define('Foo', { /* attributes */}, {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!