File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,15 +352,15 @@ of the ``Update`` constructor to ``true``::
352352 );
353353
354354 // Publisher's JWT must contain this topic, a URI template it matches or * in mercure.publish or you'll get a 401
355- // Subscriber's JWT must contain this topic, a URI template it matches or or * in mercure.subscribe to receive the update
355+ // Subscriber's JWT must contain this topic, a URI template it matches or * in mercure.subscribe to receive the update
356356 $publisher($update);
357357
358358 return new Response('private update published!');
359359 }
360360 }
361361
362362To subscribe to private updates, subscribers must provide to the Hub
363- a JWT containing containing a topic selector matching by the update's topic.
363+ a JWT containing a topic selector matching by the update's topic.
364364
365365To provide this JWT, the subscriber can use a cookie,
366366or a ``Authorization `` HTTP header.
You can’t perform that action at this time.
0 commit comments