Skip to content

Commit 472eb56

Browse files
authored
Fix 'overridden' typo (#624)
1 parent 6538168 commit 472eb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/model_fields/json_field.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ For example:
250250
Containment Lookups
251251
~~~~~~~~~~~~~~~~~~~
252252

253-
The ``contains`` lookup is overriden on ``JSONField`` to support the MySQL
253+
The ``contains`` lookup is overridden on ``JSONField`` to support the MySQL
254254
``JSON_CONTAINS`` function. This allows you to search, for example, JSON
255255
objects that contain at least a given set of key-value pairs. Additionally you
256256
can do the inverse with ``contained_by``, i.e. find values where the objects

0 commit comments

Comments
 (0)