Skip to content

Commit 7236bbd

Browse files
authored
DOC: Rephrase and remove redundant word (#237)
1 parent ca4021d commit 7236bbd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/intro.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ Less dependencies
2626
^^^^^^^^^^^^^^^^^
2727

2828
GQL supports multiple :ref:`transports <transports>` to communicate with the backend.
29-
Each transport can each necessitate specific dependencies.
30-
If you only need one transport, instead of using the "`all`" extra dependency
31-
as described above which installs everything,
32-
you might want to install only the dependency needed for your transport.
29+
Each transport can necessitate specific dependencies.
30+
If you only need one transport you might want to install only the dependency needed for your transport,
31+
instead of using the "`all`" extra dependency as described above, which installs everything.
3332

3433
If for example you only need the :ref:`AIOHTTPTransport <aiohttp_transport>`,
3534
which needs the :code:`aiohttp` dependency, then you can install GQL with::

0 commit comments

Comments
 (0)