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

Commit 0b215062 by Cyrus Bowman Committed by Jan Aagaard Meier

Update models-definition.md (#7250)

Spelling correction.
1 parent 8cbd3750
Showing with 1 additions and 1 deletions
......@@ -503,7 +503,7 @@ var Bar = sequelize.define('bar', { /* bla */ }, {
// define the table's name
tableName: 'my_very_custom_table_name',
// Enable optimistic locking. When enabled, sequelize will add a version count attriubte
// Enable optimistic locking. When enabled, sequelize will add a version count attribute
// to the model and throw an OptimisticLockingError error when stale instances are saved.
// Set to true or a string with the attribute name you want to use to enable.
version: true
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!