Skip to content

Commit ca49be1

Browse files
MaskDucki0bs
andauthored
docs(quickstart): fix incorrect statement (#669)
* 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 * docs(quickstart): modal can have up to 5 `TextInput`s Co-authored-by: fl0w <41456914+goverfl0w@users.noreply.github.com> Co-authored-by: James Walston <officialdeltadev@gmail.com>
1 parent 3fc7bee commit ca49be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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`` 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 five ``TextInput`` in a Modal.
358358
359359
.. code-block:: python
360360

0 commit comments

Comments
 (0)