From 6ecdf685857dc5398226269dafcfc0e2c7ffd468 Mon Sep 17 00:00:00 2001 From: Débora Taveira <51443685+DeboraTaveiraa@users.noreply.github.com> Date: Sun, 10 Oct 2021 19:05:15 -0400 Subject: Word correction (#2590) preench -> preencha --- files/pt-br/learn/accessibility/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br') 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"><div> - <label for="nome">Preench seu nome:</label> + <label for="nome">Preencha seu nome:</label> <input type="text" id="nome" name="nome"> </div></pre> -- cgit v1.2.3-54-g00ecf