diff options
Diffstat (limited to 'files/pt-br/learn/javascript/first_steps')
-rw-r--r-- | files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html b/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html index e4410c593f..4c6e6f82ed 100644 --- a/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html +++ b/files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html @@ -280,7 +280,7 @@ for(let i = 0; i < buttons.length ; i++) { document.body.appendChild(para); }</pre> -<pre class="brush: js example-bad"><button onclick="criarParagrafo()">Me clique!</button></pre> +<pre class="brush: html example-bad"><button onclick="criarParagrafo()">Me clique!</button></pre> </div> <p>Você pode tentar essa versão na nossa demonstração abaixo.</p> |