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

Commit 71d124c4 by wenpin Committed by Pedro Augusto de Paula Barbosa

docs(transaction): fix typo (#11659)

1 parent cbef15fd
Showing with 1 additions and 1 deletions
...@@ -98,7 +98,7 @@ You can have concurrent transactions within a sequence of queries or have some o ...@@ -98,7 +98,7 @@ You can have concurrent transactions within a sequence of queries or have some o
**Warning:** _SQLite does not support more than one transaction at the same time._ **Warning:** _SQLite does not support more than one transaction at the same time._
### Without CLS enabled ### With CLS enabled
```js ```js
sequelize.transaction((t1) => { sequelize.transaction((t1) => {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!