Skip to content

Commit ade35d4

Browse files
committed
minor #14312 typo fix for the Signing Messages chapter (RiffFred)
This PR was merged into the master branch. Discussion ---------- typo fix for the Signing Messages chapter While reading the docs at https://symfony.com/doc/master/mailer.html#signing-messages i have noticed that the syntax highlighting for the SMimeSigner code examle is not correct. ![image](https://user-images.githubusercontent.com/72142966/94695663-791d1b00-0336-11eb-9285-177e464e62dc.png) Also the wikipedia link for DKIM is not working. Commits ------- f40fd45 typo fix for the Signing Messages chapter
2 parents ebd6400 + f40fd45 commit ade35d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ S/MIME Signer
798798
.............
799799

800800
`S/MIME`_ is a standard for public key encryption and signing of MIME data. It
801-
requires using both a certificate and a private key:
801+
requires using both a certificate and a private key::
802802

803803
use Symfony\Component\Mime\Crypto\SMimeSigner;
804804
use Symfony\Component\Mime\Email;
@@ -1168,7 +1168,7 @@ a specific address, instead of the *real* address:
11681168
.. _`Markdown syntax`: https://commonmark.org/
11691169
.. _`Inky`: https://get.foundation/emails/docs/inky.html
11701170
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME
1171-
.. _`DKIM`: `https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
1171+
.. _`DKIM`: https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
11721172
.. _`OpenSSL PHP extension`: https://www.php.net/manual/en/book.openssl.php
11731173
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
11741174
.. _`default_socket_timeout`: https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout

0 commit comments

Comments
 (0)