Skip to content

Commit d43e8dc

Browse files
Nanrechi0bs
andauthored
chore(quickstart): correctly format "TextInput" in the Modals section (#640)
* docs: add migration docs for 4.1 * docs: detail message content intent in migration * ADMIN/chore: finish catchup from rebase (#573) * docs: add migration docs for 4.1 * docs: detail message content intent in migration * ADMIN/chore: finish catchup from rebase (#573) (#574) * docs: add migration docs for 4.1 * docs: detail message content intent in migration * chore(quickstart): correctly format "TextInput" in the Modals section of the quickstart documentation Co-authored-by: fl0w <41456914+goverfl0w@users.noreply.github.com> Co-authored-by: James Walston <officialdeltadev@gmail.com>
1 parent 74e742a commit d43e8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ tables, if you so wish to choose to not use our class objects instead.
337337
338338
Creating a TextInput
339339
^^^^^^^^^^^^^^^^^^^^
340-
You want to get a Text from a user? You can use ``TextInput``s for that.
340+
You want to get a Text from a user? You can use ``TextInput`` for that.
341341
342342
.. code-block:: python
343343
@@ -354,7 +354,7 @@ But how to send it? You can't use ``ctx.send`` for it. Take a look at :ref:`Moda
354354
355355
Modals
356356
******
357-
Modals are a new way to interact with a user. Currently only a ``TextInput`` component is supported. You can have up to three ``TextInput``s in a Modal.
357+
Modals are a new way to interact with a user. Currently only a ``TextInput`` component is supported. You can have up to three ``TextInput`` in a Modal.
358358
359359
.. code-block:: python
360360

0 commit comments

Comments
 (0)