Skip to content

Commit ae00831

Browse files
committed
Merge pull request encode#3585 from TravisJMorton/patch-1
typo
2 parents 63ac8ac + 03cb959 commit ae00831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/fields.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ A field class that validates that the incoming data structure consists of valid
465465

466466
**Signature**: `JSONField(binary)`
467467

468-
- `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`.
468+
- `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`.
469469

470470
---
471471

0 commit comments

Comments
 (0)