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

Commit 695c87bf by Corey Buckley Committed by Sushant

docs(models-definition): correct spelling mistakes (#11147)

1 parent 7ac8f02f
Showing with 2 additions and 2 deletions
......@@ -71,7 +71,7 @@ Foo.init({
}
},
// It is possible to add coments on columns for MySQL, PostgreSQL and MSSQL only
// It is possible to add comments on columns for MySQL, PostgreSQL and MSSQL only
commentMe: {
type: Sequelize.INTEGER,
......@@ -710,7 +710,7 @@ User.init({}, {
}
},
// A BTREE index with a ordered field
// A BTREE index with an ordered field
{
name: 'title_index',
using: 'BTREE',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!