From e0d3521d169efcbda85f61a4e63ae00549871d8e Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Tue, 8 Mar 2022 07:36:15 +0900 Subject: [PATCH] [docs] Fix typos --- docs/api.rst | 2 +- docs/intro.rst | 2 +- docs/migrating.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 79eaaf76a..43da344b9 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3215,7 +3215,7 @@ AuditLogDiff .. attribute:: invitable - Whetheer non-moderators can add users to this private thread. + Whether non-moderators can add users to this private thread. :type: :class:`bool` diff --git a/docs/intro.rst b/docs/intro.rst index 12a73c70a..418c33358 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -106,7 +106,7 @@ A quick example to showcase how events work: print(f'Logged on as {self.user}!') async def on_message(self, message): - print(f'Message from {messsage.author}: {message.content}') + print(f'Message from {message.author}: {message.content}') client = MyClient() client.run('my token goes here') diff --git a/docs/migrating.rst b/docs/migrating.rst index 134a7e173..5a8a6f2fb 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -1029,7 +1029,7 @@ The following have been removed: - Consider using the newer documented :func:`on_socket_event_type` event instead. -Miscellanous Changes +Miscellaneous Changes ---------------------- The following changes have been made: