Skip to content

Commit 9774637

Browse files
Merge pull request #730 from swtpumpkin/master
Fixed typo error DateType to DataType
2 parents 3818276 + be1df7f commit 9774637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ from sequelize are valid):
191191
Decorator | Description
192192
--------------------------------------|---------------------
193193
`@Column` | tries to infer [dataType](http://docs.sequelizejs.com/manual/tutorial/models-definition.html#data-types) from js type
194-
`@Column(dataType: DateType)` | sets [dataType](http://docs.sequelizejs.com/manual/tutorial/models-definition.html#data-types) explicitly
194+
`@Column(dataType: DataType)` | sets [dataType](http://docs.sequelizejs.com/manual/tutorial/models-definition.html#data-types) explicitly
195195
`@Column(options: AttributeOptions)` | sets [attribute options](http://docs.sequelizejs.com/manual/tutorial/models-definition.html#configuration)
196196

197197
#### *Shortcuts*

0 commit comments

Comments
 (0)