diff --git a/docs/integrations/celery.rst b/docs/integrations/celery.rst index 052d34a6..7690c9ac 100644 --- a/docs/integrations/celery.rst +++ b/docs/integrations/celery.rst @@ -3,7 +3,7 @@ Celery `Celery `_ is a distributed task queue system for Python built on AMQP principles. For Celery built-in support -by Raven is provided but it requires some manual configuraiton. +by Raven is provided but it requires some manual configuration. To capture errors, you need to register a couple of signals to hijack Celery error handling::