aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web
diff options
context:
space:
mode:
authorswiing <54545719+swiing@users.noreply.github.com>2021-08-03 12:34:53 +0200
committerGitHub <noreply@github.com>2021-08-03 12:34:53 +0200
commit84d1c04b5d998471dfcac5dec4347a73be8b31e1 (patch)
tree6fd6216083e72ffa9fcf7b1765e94bf756a282a8 /files/fr/web
parente73c11997e22e7d69ee880e1a1f966caef17fcf8 (diff)
downloadtranslated-content-84d1c04b5d998471dfcac5dec4347a73be8b31e1.tar.gz
translated-content-84d1c04b5d998471dfcac5dec4347a73be8b31e1.tar.bz2
translated-content-84d1c04b5d998471dfcac5dec4347a73be8b31e1.zip
fix: broken anchor (#1865)
and correct spelling at the same time
Diffstat (limited to 'files/fr/web')
-rw-r--r--files/fr/web/api/websockets_api/writing_websocket_client_applications/index.html4
1 files changed, 2 insertions, 2 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 be7fe1ccbf..9e16a43e45 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
@@ -82,7 +82,7 @@ WebSocket WebSocket(
};
</pre>
-<h3 id="Utilisation_de_JSON_pour_transmettres_des_objets">Utilisation de JSON pour transmettres des objets</h3>
+<h3 id="Utilisation_de_JSON_pour_transmettre_des_objets">Utilisation de JSON pour transmettre des objets</h3>
<p>Il peut être utile d'utiliser <a href="/en/JSON" title="en/JSON">JSON</a> pour envoyer des données complexes au serveur. Par exemple, un programme de chat peut interagir avec un serveur en utilisant un protocole qui implémente l'échange de paquets contenant des données encapsulées en JSON:</p>
@@ -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 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>
+<p>Considérons l'application de chat évoquée dans {{ anch("Utilisation de JSON pour transmettre des objets") }}. Le client peut recevoir différents types de paquets de données, tels que:</p>
<ul>
<li>établissement d'une liaison (handshaking)</li>