From 5f24ba7fb15c257fa145e2b744d4fac7ac1b8a76 Mon Sep 17 00:00:00 2001
From: Firas K <3097061+firaskafri@users.noreply.github.com>
Date: Fri, 21 Apr 2023 21:42:52 +0300
Subject: [PATCH] Update filtering.rst
---
docs/filtering.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/filtering.rst b/docs/filtering.rst
index d850b69..95576a0 100644
--- a/docs/filtering.rst
+++ b/docs/filtering.rst
@@ -3,7 +3,7 @@ Filtering
Graphene integrates with
`django-filter `__ to provide filtering of results.
-See the `usage documentation `__
+See the `usage documentation `__
for details on the format for ``filter_fields``.
This filtering is automatically available when implementing a ``relay.Node``.