diff options
author | Tiago Boeing <contato@tiagoboeing.com> | 2021-11-06 09:06:45 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 09:06:45 -0300 |
commit | efb4cbf976d6b15ec9ea59dd13f0943fcbfdecbb (patch) | |
tree | 9febaa684e19bb2ee98bd3242ac93d1c3e18127b | |
parent | 73dc826d18bdb8367e146f8709ff1d93e5be9c2d (diff) | |
download | translated-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.html | 2 |
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"><p>Novas linhas em título devem ser levadas em conta, como este <abbr title="Este é um -título de multiplas linhas">examplo</abbr>.</p> +título de multiplas linhas">exemplo</abbr>.</p> </pre> <p>Este exemplo define um título de duas linhas.</p> |