diff options
author | Mohamed Ali Rajab <mohamed_ali_m3@yahoo.fr> | 2021-12-25 15:51:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 15:51:49 +0100 |
commit | 39afda05797189ecdb8a041bf0ef13e76c04eb51 (patch) | |
tree | 301df76aa40e2329bb2607aea82b7e742ba85b33 /files/fr/web | |
parent | 4da97119a49b5e52278e26e4df20fa63bba6cd17 (diff) | |
download | translated-content-39afda05797189ecdb8a041bf0ef13e76c04eb51.tar.gz translated-content-39afda05797189ecdb8a041bf0ef13e76c04eb51.tar.bz2 translated-content-39afda05797189ecdb8a041bf0ef13e76c04eb51.zip |
comme => comment (#3445)
Diffstat (limited to 'files/fr/web')
-rw-r--r-- | files/fr/web/http/cookies/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/http/cookies/index.md b/files/fr/web/http/cookies/index.md index 688faf039d..095e6b5332 100644 --- a/files/fr/web/http/cookies/index.md +++ b/files/fr/web/http/cookies/index.md @@ -36,7 +36,7 @@ L'entête de réponse HTTP {{HTTPHeader("Set-Cookie")}} envoie un cookie depuis Set-Cookie: <nom-du-cookie>=<valeur-du-cookie> -> **Note :** Voici comme utiliser l'en-tête `Set-Cookie` dans divers langages de programmation côté serveur : +> **Note :** Voici comment utiliser l'en-tête `Set-Cookie` dans divers langages de programmation côté serveur : > > - [PHP](https://secure.php.net/manual/en/function.setcookie.php) > - [Node.JS](https://nodejs.org/dist/latest-v8.x/docs/api/http.html#http_response_setheader_name_value) |