diff --git a/src/docs/environment/index.mdx b/src/docs/environment/index.mdx index c2dd53be02..7f7d9c1578 100644 --- a/src/docs/environment/index.mdx +++ b/src/docs/environment/index.mdx @@ -202,8 +202,9 @@ environment, you can create `getsentry/conf/settings/devlocal.py` and put the configuration option overrides there. This module will be automatically imported by `dev.py` if it exists. -To enable the ingest workers, follow the steps described here and run ```shell -getsentry devserver --workers --ingest +To enable the ingest workers, follow the steps described here and run +```shell +getsentry devserver --workers --ingest``` ## Troubleshooting