diff options
author | Thibs <ThibsG@users.noreply.github.com> | 2021-04-28 08:41:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 08:41:39 +0200 |
commit | 311ea820593c80f6986ad65de6a381cbdda529c8 (patch) | |
tree | 52f623ed036c46803ded5435dc5af83e6a720219 | |
parent | 4ca4c9af83ff2dded8f4eeb74b123cecf07fcce7 (diff) | |
download | translated-content-311ea820593c80f6986ad65de6a381cbdda529c8.tar.gz translated-content-311ea820593c80f6986ad65de6a381cbdda529c8.tar.bz2 translated-content-311ea820593c80f6986ad65de6a381cbdda529c8.zip |
Fix typo (#675)
-rw-r--r-- | files/fr/web/http/headers/accept-encoding/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/http/headers/accept-encoding/index.html b/files/fr/web/http/headers/accept-encoding/index.html index f8369cb58c..f19e6316d0 100644 --- a/files/fr/web/http/headers/accept-encoding/index.html +++ b/files/fr/web/http/headers/accept-encoding/index.html @@ -50,7 +50,7 @@ Accept-Encoding: br Accept-Encoding: identity Accept-Encoding: * -// Plusieurs algoritmhes pondérés par facteur de qualité : +// Plusieurs algorithmes pondérés par facteur de qualité : Accept-Encoding: deflate, gzip;q=1.0, *;q=0.5</pre> <h2 id="Directives">Directives</h2> |