aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorCarlos <krlsdu@gmail.com>2021-07-21 16:36:33 -0300
committerGitHub <noreply@github.com>2021-07-21 16:36:33 -0300
commit096e52ba788b4e3981171905a7f14b2f8b149d6e (patch)
tree8023f9b77fed33f43422c57570f7842608200cbf /files
parente7343467cc3d0a531c9330eaef266fdc8a22fecf (diff)
downloadtranslated-content-096e52ba788b4e3981171905a7f14b2f8b149d6e.tar.gz
translated-content-096e52ba788b4e3981171905a7f14b2f8b149d6e.tar.bz2
translated-content-096e52ba788b4e3981171905a7f14b2f8b149d6e.zip
fixing a typo (#1554)
Diffstat (limited to 'files')
-rw-r--r--files/pt-br/web/http/content_negotiation/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/http/content_negotiation/index.html b/files/pt-br/web/http/content_negotiation/index.html
index 81d5fdae72..b77866ee80 100644
--- a/files/pt-br/web/http/content_negotiation/index.html
+++ b/files/pt-br/web/http/content_negotiation/index.html
@@ -52,7 +52,7 @@ translation_of: Web/HTTP/Content_negotiation
<ul>
<li>O servidor não tem conhecimento total sobre o navegador. Mesmo com a extensão das Sugestões do cliente, o servidor continua sem saber completamente quais são as capacidades do navegador. Diferente da negociação de conteúdo reativa, onde o cliente faz uma escolha, a escolha do servidor é, até certo ponto, arbitrária.</li>
<li>A informação do cliente é bastante verbosa (a compressão de cabeçalhos do HTTP/2 mitiga este problema) e um risco à privacidade (impressão digital HTTP).</li>
- <li>Como diversas represnetações de um recurso são enviadas, caches compartilhados são menos eficiantes e, implementações de servidor, mais complexas.</li>
+ <li>Como diversas representações de um recurso são enviadas, caches compartilhados são menos eficiantes e, implementações de servidor, mais complexas.</li>
</ul>
<h3 id="The_Accept_header">The <code>Accept</code> header</h3>