Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit f281a97

Browse files
authored
Merge pull request #110 from PolyTree18/patch-4
Fixed `compoent` to `component
2 parents 7ce1545 + 0e41953 commit f281a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/components.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A sole parameter will be passed
3737
.. code-block::
3838
3939
@client.listen()
40-
async on_compoent(component: ComponentContext):
40+
async on_component(component: ComponentContext):
4141
...
4242
4343
.. code-block::
@@ -174,4 +174,4 @@ SelectedMenu
174174
Tools
175175
=========
176176

177-
.. autofunction:: components_to_dict
177+
.. autofunction:: components_to_dict

0 commit comments

Comments
 (0)