Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 27a3a7b

Browse filesBrowse files
committed
minor symfony#21121 fix: minor in file webhook.rst (santysisi)
This PR was merged into the 6.4 branch. Discussion ---------- fix: minor in file `webhook.rst` This PR includes a minor documentation fix for the Webhook component: * Added a missing closing parenthesis in the example URL (https://example.com/webhook/mailer_mailgun). Commits ------- 80a809c fix: minor in file `webhook.rst`
2 parents a2dc84e + 80a809c commit 27a3a7b
Copy full SHA for 27a3a7b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎webhook.rst

Copy file name to clipboardExpand all lines: webhook.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ webhook consumer code.
100100
The webhook routing name is part of the URL you need to configure at the
101101
third-party mailer provider. The URL is the concatenation of your domain name
102102
and the routing name you chose in the configuration (like
103-
``https://example.com/webhook/mailer_mailgun``.
103+
``https://example.com/webhook/mailer_mailgun``).
104104

105105
For Mailgun, you will get a secret for the webhook. Store this secret as
106106
MAILER_MAILGUN_SECRET (in the :doc:`secrets management system

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.