diff options
author | Filipe Moraes <filipemoraes2210@gmail.com> | 2021-11-23 22:52:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 22:52:43 -0300 |
commit | d6f5c055aab804e87367ab9633fb1e9a23c6e053 (patch) | |
tree | 6b3f989e84570b1f9201210c25d4831c9dbaf75e /files/pt-br/web/api | |
parent | 0b05ede585c6b6fa0c63083fb5d199a110d7d799 (diff) | |
download | translated-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.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/htmlcontentelement/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/window/applicationcache/index.html | 2 |
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><content></code>. </dd> + <dd>Retorna um static {{domxref("NodeList")}} do {{glossary("distributed nodes")}} associado com este elemento <code><content></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> |