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

Commit 51c461b5 by Tony Committed by Simon Schick

Docs: fixed typo in the model definition example (#10881)

1 parent 8662fc8b
Showing with 1 additions and 1 deletions
...@@ -551,7 +551,7 @@ module.exports = (sequelize, DataTypes) => { ...@@ -551,7 +551,7 @@ module.exports = (sequelize, DataTypes) => {
name: DataTypes.STRING, name: DataTypes.STRING,
description: DataTypes.TEXT description: DataTypes.TEXT
}, { sequelize }); }, { sequelize });
return Projectl return Project;
} }
``` ```
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!