Skip to content

Commit

Permalink
Fix typo in "Transaction Management" (cds-tx.md) (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio authored Jan 15, 2024
1 parent 8a35327 commit 22b3642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/cds-tx.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If you're using the database SQLite, it leads to deadlocks when two transactions

## Background Jobs

Background jobs are tasks to be executed *outside of the current transaction*, possibly also with other users, and maybe repeatedly. Use `cds.spawn()` to to so:
Background jobs are tasks to be executed *outside of the current transaction*, possibly also with other users, and maybe repeatedly. Use `cds.spawn()` to do so:

```js
// run in current tenant context but with privileged user
Expand Down

0 comments on commit 22b3642

Please sign in to comment.