Skip to content

Commit

Permalink
Fix typo in docs (#8958)
Browse files Browse the repository at this point in the history
Testing the new actions
  • Loading branch information
Maffooch authored Nov 13, 2023
1 parent 2a909ec commit a465e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/getting_started/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a465e29

Please sign in to comment.