Skip to content

Commit 4484f8a

Browse files
authored
Fix typo (#12599)
1 parent 7bcf343 commit 4484f8a

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/integrations/celery

1 file changed

+1
-1
lines changed

docs/platforms/python/integrations/celery/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def add(x, y):
6565
return x + y
6666
```
6767

68-
The [`celeryd_init`](https://docs.celeryq.dev/en/stable/userguide/signals.html?#celeryd-init) signal is triggered when the Celery daemon starts, before the worker processes are spawned. If you need to initialize Sentry for each individual worker process, us the [`worker_init`](https://docs.celeryq.dev/en/stable/userguide/signals.html?#worker-init) signal instead.
68+
The [`celeryd_init`](https://docs.celeryq.dev/en/stable/userguide/signals.html?#celeryd-init) signal is triggered when the Celery daemon starts, before the worker processes are spawned. If you need to initialize Sentry for each individual worker process, use the [`worker_init`](https://docs.celeryq.dev/en/stable/userguide/signals.html?#worker-init) signal instead.
6969

7070
#### Set up Sentry in Your Application
7171

0 commit comments

Comments
 (0)