From 22b364267889ca146b28a832407f2d5341cf0bb3 Mon Sep 17 00:00:00 2001 From: Tomas Rimkus Date: Mon, 15 Jan 2024 08:46:56 +0100 Subject: [PATCH] Fix typo in "Transaction Management" (cds-tx.md) (#623) --- node.js/cds-tx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.js/cds-tx.md b/node.js/cds-tx.md index 9ded82a96..fdba587cb 100644 --- a/node.js/cds-tx.md +++ b/node.js/cds-tx.md @@ -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