Skip to content

Commit

Permalink
Update Brazilian Portuguese translation (#1170)
Browse files Browse the repository at this point in the history
* Update Brazilian Portuguese translation

* Update content/pt-br/index.md

---------

Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com>
  • Loading branch information
luiztux and rschristian authored Jul 23, 2024
1 parent 5422be4 commit 932e9ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/pt-br/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ function Counter() {
<div>
<h3>Mais próximo do DOM.</h3>
<p>
Preact fornece a mais leve abstração de Virtual DOM possível em cima do DOM.
A web é uma plataforma estável - É tempo de pararmos de reimplementá-la em nome da segurança.
Preact fornece uma abstração de Virtual DOM mais fina possível sobre o DOM.
Se baseia em recursos de plataformas estáveis, registra manipuladores de eventos reais e funciona bem com outras bibliotecas.
</p>
<p>
Preact é também um cidadão de primeira-classe da plataforma web. Compara a Virtual DOM e o próprio DOM, registra <i>event handlers</i> de verdade, e funciona bem com outras bibliotecas.
Preact pode ser usado diretamente no navegador, sem nenhuma etapa de transpilação.
</p>
</div>
</section>
Expand Down

0 comments on commit 932e9ce

Please sign in to comment.