Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Aug 4, 2023
1 parent 212f4ee commit 366a509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/en/integrations/2_fastapi-plugin.md
Expand Up @@ -24,7 +24,7 @@ use it to declare any `get`, `post`, `put` and other HTTP methods. For example,
!!! warning
If your **ASGI** server does not support installing **state** inside **lifespan**, you can disable this behavior as follows:
```python
router = Propane Router(..., setup_state=False)
router = PropanRouter(..., setup_state=False)
```
However, after that you will not be able to access the broker from your application's **state** (but it is still available as the `router.broker`)

Expand Down

0 comments on commit 366a509

Please sign in to comment.