8000 Fix doc typo · graphql-python/graphene-django@15f3466 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15f3466

Browse files
author
Thomas Leonard
committed
Fix doc typo
1 parent d84ad12 commit 15f3466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/filtering.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You will need to install it manually, which can be done as follows:
1616
1717
# You'll need to install django-filter
1818
pip install django-filter>=2
19-
19+
2020
After installing ``django-filter`` you'll need to add the application in the ``settings.py`` file:
2121

2222
.. code:: python
@@ -276,7 +276,7 @@ with this set up, you can now filter events by tags:
276276
`TypedFilter`
277277
-------------
278278

279-
Sometimes you the automatic detection of the filter input type is not satisfactory for what you are trying to achieve.
279+
Sometimes the automatic detection of the filter input type is not satisfactory for what you are trying to achieve.
280280
You can then explicitly specify the input type you want for your filter by using a `TypedFilter`:
281281

282282
.. code:: python

0 commit comments

Comments
 (0)
0