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

Commit a329bb76 by Stanley Ume Committed by GitHub

docs(model-basics.md): fix typo (#12735)

1 parent 6addca90
Showing with 1 additions and 1 deletions
...@@ -167,7 +167,7 @@ console.log("All tables dropped!"); ...@@ -167,7 +167,7 @@ console.log("All tables dropped!");
### Database safety check ### Database safety check
As shown above, the `sync` and `drop` operations are destructive. Sequelize acceps a `match` option as an additional safety check, which receives a RegExp: As shown above, the `sync` and `drop` operations are destructive. Sequelize accepts a `match` option as an additional safety check, which receives a RegExp:
```js ```js
// This will run .sync() only if database name ends with '_test' // This will run .sync() only if database name ends with '_test'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!