Skip to content

Commit

Permalink
docs(transaction): fix typo (#11659)
Browse files Browse the repository at this point in the history
  • Loading branch information
aGolduck authored and papb committed Nov 9, 2019
1 parent cbef15f commit 71d124c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._

### Without CLS enabled
### With CLS enabled

```js
sequelize.transaction((t1) => {
Expand Down

0 comments on commit 71d124c

Please sign in to comment.