diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index f090bf73a..bdc52be10 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -465,7 +465,7 @@ A field class that validates that the incoming data structure consists of valid **Signature**: `JSONField(binary)` -- `binary` - If set to `True` then the field will output and validate a JSON encoded string, rather that a primitive data structure. Defaults to `False`. +- `binary` - If set to `True` then the field will output and validate a JSON encoded string, rather than a primitive data structure. Defaults to `False`. ---