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

Commit 323b8cc5 by Mick Hansen

Merge pull request #3945 from sunshinewyin/master

Fix spelling error in model.js
2 parents 938aaf50 f5e9779f
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ var Utils = require('./utils')
, associationsMixin = require('./associations/mixin');
/**
* A Model represents a table in the database. Sometimes you might also see it refererred to as model, or simply as factory.
* A Model represents a table in the database. Sometimes you might also see it referred to as model, or simply as factory.
* This class should _not_ be instantiated directly, it is created using `sequelize.define`, and already created models can be loaded using `sequelize.import`
*
* @class Model
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!