diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/fr/web/api/websockets_api/writing_websocket_client_applications/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/websockets_api/writing_websocket_client_applications/index.html b/files/fr/web/api/websockets_api/writing_websocket_client_applications/index.html index 92c3179ee8..be7fe1ccbf 100644 --- a/files/fr/web/api/websockets_api/writing_websocket_client_applications/index.html +++ b/files/fr/web/api/websockets_api/writing_websocket_client_applications/index.html @@ -118,7 +118,7 @@ function sendText() { <h3 id="Réception_et_interprétation_d'objets_JSON">Réception et interprétation d'objets JSON</h3> -<p>Considérons l'application de chatr évoquée dans {{ anch("Using JSON to transmit objects") }}. Le client peut recevoir différents tupes de paquets de données, tels que:</p> +<p>Considérons l'application de chat évoquée dans {{ anch("Using JSON to transmit objects") }}. Le client peut recevoir différents types de paquets de données, tels que:</p> <ul> <li>établissement d'une liaison (handshaking)</li> |