Skip to content

Commit

Permalink
Replace code block text with terminal where it was used incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
wkania committed Sep 1, 2024
1 parent 83c9b28 commit 00bb378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/console/helpers/table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You can also set the style to ``box``::

which outputs:

.. code-block:: text
.. code-block:: terminal
┌───────────────┬──────────────────────────┬──────────────────┐
│ ISBN │ Title │ Author │
Expand All @@ -217,7 +217,7 @@ You can also set the style to ``box-double``::

which outputs:

.. code-block:: text
.. code-block:: terminal
╔═══════════════╤══════════════════════════╤══════════════════╗
║ ISBN │ Title │ Author ║
Expand Down
4 changes: 2 additions & 2 deletions contributing/community/reviews.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,15 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
PR by running the following Git commands. Insert the PR ID (that's the number
after the ``#`` in the PR title) for the ``<ID>`` placeholders:

.. code-block:: text
.. code-block:: terminal
$ cd vendor/symfony/symfony
$ git fetch origin pull/<ID>/head:pr<ID>
$ git checkout pr<ID>
For example:

.. code-block:: text
.. code-block:: terminal
$ git fetch origin pull/15723/head:pr15723
$ git checkout pr15723
Expand Down

0 comments on commit 00bb378

Please sign in to comment.