From d6f5c055aab804e87367ab9633fb1e9a23c6e053 Mon Sep 17 00:00:00 2001 From: Filipe Moraes Date: Tue, 23 Nov 2021 22:52:43 -0300 Subject: Fix Typos (#3190) * fix: typos * fix: another typo --- files/pt-br/web/api/document/registerelement/index.html | 2 +- files/pt-br/web/api/htmlcontentelement/index.html | 2 +- files/pt-br/web/api/window/applicationcache/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/pt-br/web/api') diff --git a/files/pt-br/web/api/document/registerelement/index.html b/files/pt-br/web/api/document/registerelement/index.html index 2ba88d94fd..8b0ab8b978 100644 --- a/files/pt-br/web/api/document/registerelement/index.html +++ b/files/pt-br/web/api/document/registerelement/index.html @@ -16,7 +16,7 @@ original_slug: Web/API/Document/ElementoRegistrado

Note:document.registerElement() está depreciado em favor do customElements.define().

-

O método document.registerElement() registra um novo elemento personalizado no browser e returna um construtor para o novo elemento.

+

O método document.registerElement() registra um novo elemento personalizado no browser e retorna um construtor para o novo elemento.

Nota: Esta é uma tecnologia experimental. O browser você precisa usar suporte à componentes web. Veja Habilitando componentes web no Firefox.

diff --git a/files/pt-br/web/api/htmlcontentelement/index.html b/files/pt-br/web/api/htmlcontentelement/index.html index aa6e81c1bd..004883152e 100644 --- a/files/pt-br/web/api/htmlcontentelement/index.html +++ b/files/pt-br/web/api/htmlcontentelement/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/HTMLContentElement
{{domxref("HTMLContentElement.getDistributedNodes()")}}
-
Returna um static {{domxref("NodeList")}} do {{glossary("distributed nodes")}} associado com este elemento <content>
+
Retorna um static {{domxref("NodeList")}} do {{glossary("distributed nodes")}} associado com este elemento <content>

Specificações

diff --git a/files/pt-br/web/api/window/applicationcache/index.html b/files/pt-br/web/api/window/applicationcache/index.html index d4210a0543..2a342aa927 100644 --- a/files/pt-br/web/api/window/applicationcache/index.html +++ b/files/pt-br/web/api/window/applicationcache/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Window/applicationCache

Sumário

-

Returna uma referência para o objeto de cache da janela.

+

Retorna uma referência para o objeto de cache da janela.

Sintaxe

-- cgit v1.2.3-54-g00ecf