aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/api-guide/fields.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md
index 189ed76f..7e117df7 100644
--- a/docs/api-guide/fields.md
+++ b/docs/api-guide/fields.md
@@ -88,7 +88,7 @@ or `django.db.models.fields.TextField`.
## ChoiceField
-A field that can accept on of a limited set of choices.
+A field that can accept a value out of a limited set of choices.
## EmailField