diff options
author | swiing <54545719+swiing@users.noreply.github.com> | 2021-08-02 10:09:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 10:09:05 +0200 |
commit | bf56ea2c07ac1c37b8e30ea643a05277f447eb1d (patch) | |
tree | 968212955bcea62b05e1ad6329ebab5e0947aa52 /files/fr | |
parent | 2faff869234c7c1d0625380bac3582a1b935d422 (diff) | |
download | translated-content-bf56ea2c07ac1c37b8e30ea643a05277f447eb1d.tar.gz translated-content-bf56ea2c07ac1c37b8e30ea643a05277f447eb1d.tar.bz2 translated-content-bf56ea2c07ac1c37b8e30ea643a05277f447eb1d.zip |
typos (#1836)
Diffstat (limited to 'files/fr')
-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> |