aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Boeing <contato@tiagoboeing.com>2021-11-06 09:06:45 -0300
committerGitHub <noreply@github.com>2021-11-06 09:06:45 -0300
commitefb4cbf976d6b15ec9ea59dd13f0943fcbfdecbb (patch)
tree9febaa684e19bb2ee98bd3242ac93d1c3e18127b
parent73dc826d18bdb8367e146f8709ff1d93e5be9c2d (diff)
downloadtranslated-content-efb4cbf976d6b15ec9ea59dd13f0943fcbfdecbb.tar.gz
translated-content-efb4cbf976d6b15ec9ea59dd13f0943fcbfdecbb.tar.bz2
translated-content-efb4cbf976d6b15ec9ea59dd13f0943fcbfdecbb.zip
Fixed gramatic issue (#2977)
-rw-r--r--files/pt-br/web/html/global_attributes/title/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/html/global_attributes/title/index.html b/files/pt-br/web/html/global_attributes/title/index.html
index d216966e41..61ff933b7b 100644
--- a/files/pt-br/web/html/global_attributes/title/index.html
+++ b/files/pt-br/web/html/global_attributes/title/index.html
@@ -25,7 +25,7 @@ translation_of: Web/HTML/Global_attributes/title
<p>O atributo <strong>title</strong> pode conter várias linhas. Cada <code>U+000A LINE FEED</code> (<code>LF</code>) inserida representa uma nova linha. Alguns cuidados devem ser tomados, como a seguir:</p>
<pre class="brush: html">&lt;p&gt;Novas linhas em título devem ser levadas em conta, como este &lt;abbr title="Este é um
-título de multiplas linhas"&gt;examplo&lt;/abbr&gt;.&lt;/p&gt;
+título de multiplas linhas"&gt;exemplo&lt;/abbr&gt;.&lt;/p&gt;
</pre>
<p>Este exemplo define um título de duas linhas.</p>