Skip to content

Commit

Permalink
docs: fix import typo (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
lozhkinandrei authored Nov 21, 2024
1 parent 745b7f2 commit 7c10e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can use that `info` parameter to, for example,
limit access to results based on the current user in the request:

```python title="types.py"
from stawberry_django.auth.utils import get_current_user
from strawberry_django.auth.utils import get_current_user

@strawberry_django.type(models.Fruit)
class Berry:
Expand Down

0 comments on commit 7c10e02

Please sign in to comment.