From e2d97b44c59a05980c530604cfd1ca7e370ebdc0 Mon Sep 17 00:00:00 2001 From: Joshua Coales Date: Tue, 3 Aug 2021 17:33:17 +0100 Subject: [PATCH] Update docs to have fewer grammatical mistakes (#3121) --- readthedocs/concepts/botapi-vs-mtproto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/concepts/botapi-vs-mtproto.rst b/readthedocs/concepts/botapi-vs-mtproto.rst index cddb52d0..224bca08 100644 --- a/readthedocs/concepts/botapi-vs-mtproto.rst +++ b/readthedocs/concepts/botapi-vs-mtproto.rst @@ -145,7 +145,7 @@ After using Telethon: Key differences: -* The recommended way to do it imports less things. +* The recommended way to do it imports fewer things. * All handlers trigger by default, so we need ``events.StopPropagation``. * Adding handlers, responding and running is a lot less verbose. * Telethon needs ``async def`` and ``await``.