Skip to content

Commit 818d734

Browse files
committed
fix YAML syntax highlighting
1 parent 95b154c commit 818d734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/email/dev_environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ by adding the ``delivery_whitelist`` option:
140140
delivery_whitelist:
141141
# all email addresses matching this regex will *not* be
142142
# redirected to [email protected]
143-
- "/@specialdomain\.com$/"
143+
- '/@specialdomain\.com$/'
144144
145145
# all emails sent to [email protected] won't
146146
# be redirected to [email protected] too
147-
- "/^admin@mydomain\.com$/"
147+
- '/^admin@mydomain\.com$/'
148148
149149
.. code-block:: xml
150150

0 commit comments

Comments
 (0)