Spelling correction in docs (#524)

A spelling correction was made under the "Using add_handler()" section.
This commit is contained in:
Victor Ajibade 2020-10-31 17:09:34 +01:00 committed by GitHub
parent 62999772c2
commit 61df1957a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ Using add_handler()
^^^^^^^^^^^^^^^^^^^
The :meth:`~pyrogram.Client.add_handler` method takes any handler instance that wraps around your defined callback
function and registers it in your Client. It us useful in case you want to programmatically add handlers (or in case,
function and registers it in your Client. It is useful in case you want to programmatically add handlers (or in case,
for some reason, you don't like to use decorators).
.. code-block:: python