10000 Fixed som RST syntax errors · dannykopping/symfony-docs@2c9194a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c9194a

Browse files
javiereguiluzweaverryan
authored andcommitted
Fixed som RST syntax errors
1 parent 51520e5 commit 2c9194a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/deployment/heroku.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ applications. However, two special circumstances apply to Symfony applications:
9595
Create a new file called ``Procfile`` (without any extension) at the root
9696
directory of the application and add just the following content:
9797

98-
.. code-block::
98+
.. code-block:: text
9999
100100
web: bin/heroku-php-apache2 web/
101101
@@ -116,7 +116,7 @@ Pushing to Heroku
116116
Next up, it's finally time to deploy your application to Heroku. If you are
117117
doing this for the very first time, you may see a message such as the following:
118118

119-
.. code-block:
119+
.. code-block:: bash
120120
121121
The authenticity of host 'heroku.com (50.19.85.132)' can't be established.
122122
RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad.

0 commit comments

Comments
 (0)
0