aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api
diff options
context:
space:
mode:
authorFilipe Moraes <filipemoraes2210@gmail.com>2021-11-23 22:52:43 -0300
committerGitHub <noreply@github.com>2021-11-23 22:52:43 -0300
commitd6f5c055aab804e87367ab9633fb1e9a23c6e053 (patch)
tree6b3f989e84570b1f9201210c25d4831c9dbaf75e /files/pt-br/web/api
parent0b05ede585c6b6fa0c63083fb5d199a110d7d799 (diff)
downloadtranslated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.tar.gz
translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.tar.bz2
translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.zip
Fix Typos (#3190)
* fix: typos * fix: another typo
Diffstat (limited to 'files/pt-br/web/api')
-rw-r--r--files/pt-br/web/api/document/registerelement/index.html2
-rw-r--r--files/pt-br/web/api/htmlcontentelement/index.html2
-rw-r--r--files/pt-br/web/api/window/applicationcache/index.html2
3 files changed, 3 insertions, 3 deletions
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
<p><strong>Note:</strong>document.registerElement() está depreciado em favor do customElements.define().</p>
</div>
-<p>O método <code><strong>document.registerElement()</strong></code> registra um novo <a href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Custom_Elements">elemento personalizado</a> no browser e returna um construtor para o novo elemento.</p>
+<p>O método <code><strong>document.registerElement()</strong></code> registra um novo <a href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Custom_Elements">elemento personalizado</a> no browser e retorna um construtor para o novo elemento.</p>
<div class="note">
<p><strong>Nota:</strong> Esta é uma tecnologia experimental. O browser você precisa usar suporte à componentes web. Veja <a href="https://developer.mozilla.org/en-US/docs/Web/Web_Components#Enabling_Web_Components_in_Firefox">Habilitando componentes web no Firefox.</a></p>
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
<dl>
<dt>{{domxref("HTMLContentElement.getDistributedNodes()")}}</dt>
- <dd>Returna um static {{domxref("NodeList")}} do {{glossary("distributed nodes")}} associado com este elemento <code>&lt;content&gt;</code>. </dd>
+ <dd>Retorna um static {{domxref("NodeList")}} do {{glossary("distributed nodes")}} associado com este elemento <code>&lt;content&gt;</code>. </dd>
</dl>
<h2 id="Specificações">Specificações</h2>
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
<h2 id="Summary" name="Summary">Sumário</h2>
-<p>Returna uma referência para o objeto de cache da janela.</p>
+<p>Retorna uma referência para o objeto de cache da janela.</p>
<h2 id="Syntax" name="Syntax">Sintaxe</h2>