Skip to content

Commit f736a30

Browse files
aferrandiniweaverryan
authored andcommitted
Improve indentation for code block
1 parent ac68ad6 commit f736a30

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cookbook/email/gmail.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ You're done!
5555

5656
If you are using Symfony Standard Edition, configure the parameters at ``parameters.yml``:
5757

58-
.. code-block:: yaml
59-
60-
# app/config/parameters.yml
61-
parameters:
62-
...
63-
mailer_transport: gmail
64-
mailer_host: ~
65-
mailer_user: your_gmail_username
66-
mailer_password: your_gmail_password
58+
.. code-block:: yaml
59+
60+
# app/config/parameters.yml
61+
parameters:
62+
...
63+
mailer_transport: gmail
64+
mailer_host: ~
65+
mailer_user: your_gmail_username
66+
mailer_password: your_gmail_password
6767
6868
.. note::
6969

0 commit comments

Comments
 (0)