Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(quickstart): correctly format "TextInput" in the Modals section #640

Merged
merged 10 commits into from Mar 13, 2022
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Expand Up @@ -337,7 +337,7 @@ tables, if you so wish to choose to not use our class objects instead.

Creating a TextInput
^^^^^^^^^^^^^^^^^^^^
You want to get a Text from a user? You can use ``TextInput``s for that.
You want to get a Text from a user? You can use ``TextInput`` for that.

.. code-block:: python

Expand All @@ -354,7 +354,7 @@ But how to send it? You can't use ``ctx.send`` for it. Take a look at :ref:`Moda

Modals
******
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.
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.

.. code-block:: python

Expand Down