Skip to content

Commit a25ee5a

Browse files
committed
minor #15585 [Mercure] Update mercure.rst (cybervoid)
This PR was merged into the 5.3 branch. Discussion ---------- [Mercure] Update mercure.rst fixed typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 450528c Update mercure.rst
2 parents 1e192eb + 450528c commit a25ee5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mercure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ and you can skip straight to the next section.
9797
Otherwise, set the URL of your hub as the value of the ``MERCURE_URL``
9898
and ``MERCURE_PUBLIC_URL`` env vars.
9999
Sometimes a different URL must be called by the Symfony app (usually to publish),
100-
and the JavaScript client (usually to subscrribe). It's especially common when
100+
and the JavaScript client (usually to subscribe). It's especially common when
101101
the Symfony app must use a local URL and the client-side JavaScript code a public one.
102102
In this case, ``MERCURE_URL`` must contain the local URL that will be used by the
103103
Symfony app (e.g. ``https://mercure/.well-known/mercure``), and ``MERCURE_PUBLIC_URL``

0 commit comments

Comments
 (0)