Skip to content

Commit aaae003

Browse files
roelzkie15Roel Delos Reyes
andauthored
docs: Fix minor typo. (#775)
Co-authored-by: Roel Delos Reyes <[email protected]>
1 parent 421bd5e commit aaae003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Fruit2:
3030
> [!TIP]
3131
> For choices using
3232
> [Django's TextChoices/IntegerChoices](https://docs.djangoproject.com/en/4.2/ref/models/fields/#enumeration-types)
33-
> it is recommented using the [django-choices-field](../integrations/choices-field.md) integration
33+
> it is recommended using the [django-choices-field](../integrations/choices-field.md) integration
3434
> enum handling.
3535
3636
## Relationships

0 commit comments

Comments
 (0)