Skip to content

Commit

Permalink
Corrected invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
billinghamj committed Jan 11, 2015
1 parent c342001 commit 2176cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Getters and Setters can be defined in 2 ways (you can mix and match these 2

```js
var Foo = sequelize.define('Foo', {
name: { Sequelize.STRING },
name: Sequelize.STRING,
title: {
type : Sequelize.STRING,
allowNull: false,
Expand Down

0 comments on commit 2176cd9

Please sign in to comment.