diff options
Diffstat (limited to 'files/pt-br')
-rw-r--r-- | files/pt-br/web/html/element/cite/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/pt-br/web/html/element/cite/index.html b/files/pt-br/web/html/element/cite/index.html index 48e43bd17a..b11c77f9ad 100644 --- a/files/pt-br/web/html/element/cite/index.html +++ b/files/pt-br/web/html/element/cite/index.html @@ -50,18 +50,18 @@ translation_of: Web/HTML/Element/cite <h2 id="Exemplo">Exemplo</h2> -<pre class="brush: html notranslate">Mais infirmações podem ser encontrada em <cite>[ISO-0000]</cite>.</pre> +<pre class="brush: html notranslate">Mais informações podem ser encontradas em <cite>[ISO-0000]</cite>.</pre> <p>A saída do HTML acima:</p> -<p>Mais infirmações podem ser encontrada em <cite>[ISO-0000].</cite></p> +<p>Mais informações podem ser encontradas em <cite>[ISO-0000].</cite></p> <h2 id="Especificação">Especificação</h2> <table class="standard-table"> <thead> <tr> - <th scope="col">Specificação</th> + <th scope="col">Especificação</th> <th scope="col">Estado</th> <th scope="col">Comentário</th> </tr> |