diff options
Diffstat (limited to 'files/pt-br/learn/accessibility')
-rw-r--r-- | files/pt-br/learn/accessibility/html/index.html | 2 |
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"><div> - <label for="nome">Preench seu nome:</label> + <label for="nome">Preencha seu nome:</label> <input type="text" id="nome" name="nome"> </div></pre> |