From 450528c8c1b48e8085b3237acc2878921c35deee Mon Sep 17 00:00:00 2001 From: Rafael Gil Date: Thu, 5 Aug 2021 04:30:19 -0400 Subject: [PATCH] Update mercure.rst fixed typo --- mercure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mercure.rst b/mercure.rst index 2e863c3cadd..3abd5d478b1 100644 --- a/mercure.rst +++ b/mercure.rst @@ -97,7 +97,7 @@ and you can skip straight to the next section. Otherwise, set the URL of your hub as the value of the ``MERCURE_URL`` and ``MERCURE_PUBLIC_URL`` env vars. Sometimes a different URL must be called by the Symfony app (usually to publish), -and the JavaScript client (usually to subscrribe). It's especially common when +and the JavaScript client (usually to subscribe). It's especially common when the Symfony app must use a local URL and the client-side JavaScript code a public one. In this case, ``MERCURE_URL`` must contain the local URL that will be used by the Symfony app (e.g. ``https://mercure/.well-known/mercure``), and ``MERCURE_PUBLIC_URL``