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

Commit 5eaa066e by Hack Reactor Students

Update spelling in line 11 of sequelize/lib/data-types.js

1 parent 2bfa312f
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ var util = require('util')
, Validator = require('validator');
/**
* A convenience class holding commonly used data types. The datatypes are used when definining a new model using `Sequelize.define`, like this:
* A convenience class holding commonly used data types. The datatypes are used when defining a new model using `Sequelize.define`, like this:
* ```js
* sequelize.define('model', {
* column: DataTypes.INTEGER
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!