From a465e29bc50e4dd8aa71cb7085fe3b052d1d07a6 Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:24:25 -0600 Subject: [PATCH] Fix typo in docs (#8958) Testing the new actions --- docs/content/en/getting_started/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/getting_started/architecture.md b/docs/content/en/getting_started/architecture.md index 954879a4c3..594bc65bc9 100644 --- a/docs/content/en/getting_started/architecture.md +++ b/docs/content/en/getting_started/architecture.md @@ -25,7 +25,7 @@ for asynchronous execution. [RabbitMQ](https://www.rabbitmq.com/) is a well esta ## Celery Worker -Tasks like deduplication or the JIRA synchonization are performed asynchronously +Tasks like deduplication or the JIRA synchronization are performed asynchronously in the background by the [Celery](https://docs.celeryproject.org/en/stable/) Worker.