Skip to content

Commit a66b1f4

Browse files
committed
fix doc typo
1 parent 18389a4 commit a66b1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/howto/integrations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ enumeration values <enum-properties:howto_symmetric_properties>`. A serializer f
8787
:class:`django_enum.drf.EnumField` is provided that will. :class:`~django_enum.fields.FlagField`
8888
fields do not work well with DRF's builtin
8989
`MultipleChoiceField <https://www.django-rest-framework.org/api-guide/fields/#multiplechoicefield>`_
90-
so we provide also provide a :class:`django_enum.drf.FlagField`.
90+
so we also provide a :class:`django_enum.drf.FlagField`.
9191

9292
The dependency on DRF_ is optional so to use the provided serializer field you must install DRF_:
9393

0 commit comments

Comments
 (0)