aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br
diff options
context:
space:
mode:
authorDébora Taveira <51443685+DeboraTaveiraa@users.noreply.github.com>2021-10-10 19:05:15 -0400
committerGitHub <noreply@github.com>2021-10-10 20:05:15 -0300
commit6ecdf685857dc5398226269dafcfc0e2c7ffd468 (patch)
tree9a04c1d2660b858d749271fb23dec21ece345a76 /files/pt-br
parent2d656a91c64f9c18922276890f6018364f56b310 (diff)
downloadtranslated-content-6ecdf685857dc5398226269dafcfc0e2c7ffd468.tar.gz
translated-content-6ecdf685857dc5398226269dafcfc0e2c7ffd468.tar.bz2
translated-content-6ecdf685857dc5398226269dafcfc0e2c7ffd468.zip
Word correction (#2590)
preench -> preencha
Diffstat (limited to 'files/pt-br')
-rw-r--r--files/pt-br/learn/accessibility/html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/learn/accessibility/html/index.html b/files/pt-br/learn/accessibility/html/index.html
index 0580751c5f..0ba338eaf8 100644
--- a/files/pt-br/learn/accessibility/html/index.html
+++ b/files/pt-br/learn/accessibility/html/index.html
@@ -382,7 +382,7 @@ Essa é a primeira sub sessão do meu documento. Eu acho que essa é mais intere
<p>Já o exemplo a seguir, é bem melhor:</p>
<pre class="brush: html example-good">&lt;div&gt;
- &lt;label for="nome"&gt;Preench seu nome:&lt;/label&gt;
+ &lt;label for="nome"&gt;Preencha seu nome:&lt;/label&gt;
&lt;input type="text" id="nome" name="nome"&gt;
&lt;/div&gt;</pre>