summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmid Raha <omidraha@users.noreply.github.com>2016-02-09 09:51:16 +0330
committerOmid Raha <omidraha@users.noreply.github.com>2016-02-09 09:51:16 +0330
commitf1acd4b834564a8775961dd271e7b3a591295ee8 (patch)
treebd05da67f62bb32dea042e52180c6ea8bd47fa51
parentdfd81a538cf684c0f1da621d752bd499b95dee5a (diff)
downloadraven-f1acd4b834564a8775961dd271e7b3a591295ee8.tar.gz
Fixed typo of configuration
-rw-r--r--docs/integrations/celery.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integrations/celery.rst b/docs/integrations/celery.rst
index 052d34a..7690c9a 100644
--- a/docs/integrations/celery.rst
+++ b/docs/integrations/celery.rst
@@ -3,7 +3,7 @@ Celery
`Celery <http://www.celeryproject.org/>`_ 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::