Skip to content

Commit 4bbc082

Browse files
TkTechmvanlonden
authored andcommitted
Fix a small typo, filerset_class -> filterset_class (#762)
1 parent 254e59c commit 4bbc082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/filtering.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ create your own ``FilterSet``. You can pass it directly as follows:
127127
all_animals = DjangoFilterConnectionField(AnimalNode,
128128
filterset_class=AnimalFilter)
129129
130-
You can also specify the ``FilterSet`` class using the ``filerset_class``
130+
You can also specify the ``FilterSet`` class using the ``filterset_class``
131131
parameter when defining your ``DjangoObjectType``, however, this can't be used
132132
in unison with the ``filter_fields`` parameter:
133133

@@ -218,4 +218,4 @@ with this set up, you can now order the users under group:
218218
xxx
219219
}
220220
}
221-
}
221+
}

0 commit comments

Comments
 (0)