@@ -26,7 +26,7 @@ out of the box in most modern browsers (Edge and IE require `a polyfill`_) and
26
26
has `high-level implementations `_ in many programming languages.
27
27
28
28
Mercure comes with an authorization mechanism,
29
- automatic re-connection in case of networks issues
29
+ automatic re-connection in case of network issues
30
30
with retrieving of lost updates, "connection-less" push for smartphones and
31
31
auto-discoverability (a supported client can automatically discover and
32
32
subscribe to updates of a given resource thanks to a specific HTTP header).
@@ -83,7 +83,7 @@ Run the following command to start it:
83
83
The `API Platform distribution `_ comes with a Docker Compose configuration
84
84
as well as a Helm chart for Kubernetes that are 100% compatible with Symfony,
85
85
and contain a Mercure hub.
86
- You can copy them in your project, even if you don't use the API Platform framework .
86
+ You can copy them in your project, even if you don't use API Platform.
87
87
88
88
Configuration
89
89
-------------
@@ -115,7 +115,7 @@ publish:
115
115
}
116
116
117
117
Because the array is empty, the Symfony app will only be authorized to publish
118
- public updates (see the authorization section for further informations).
118
+ public updates (see the authorization _ section for further informations).
119
119
120
120
.. tip ::
121
121
@@ -515,7 +515,6 @@ hypermedia API, and automatic update broadcasting through the Mercure hub:
515
515
.. code-block :: php
516
516
517
517
// src/Entity/Book.php
518
-
519
518
namespace App\Entity;
520
519
521
520
use ApiPlatform\Core\Annotation\ApiResource;
0 commit comments