diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index 286a0c4..28a3a7c 100644
a
|
b
|
Spanning multi-valued relationships
|
442 | 442 | .. versionadded:: 1.0 |
443 | 443 | |
444 | 444 | When you are filtering an object based on a ``ManyToManyField`` or a reverse |
445 | | ``ForeignKeyField``, there are two different sorts of filter you may be |
| 445 | ``ForeignKey``, there are two different sorts of filter you may be |
446 | 446 | interested in. Consider the ``Blog``/``Entry`` relationship (``Blog`` to |
447 | 447 | ``Entry`` is a one-to-many relation). We might be interested in finding blogs |
448 | 448 | that have an entry which has both *"Lennon"* in the headline and was published |