Skip to content

Commit a987035

Browse files
fix typo (#959)
1 parent 2225ed6 commit a987035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fields.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Custom resolvers
4747
If your ``DjangoObjectType`` has defined a custom
4848
:ref:`get_queryset<django-objecttype-get-queryset>` method, when resolving a
4949
``DjangoListField`` it will be called with either the return of the field
50-
resolver (if one is defined) or the default queryeset from the Django model.
50+
resolver (if one is defined) or the default queryset from the Django model.
5151

5252
For example the following schema will only resolve recipes which have been
5353
published and have a title:

0 commit comments

Comments
 (0)