aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/learn/javascript/first_steps
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/learn/javascript/first_steps')
-rw-r--r--files/pt-br/learn/javascript/first_steps/what_is_javascript/index.html2
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">&lt;button onclick="criarParagrafo()"&gt;Me clique!&lt;/button&gt;</pre>
+<pre class="brush: html example-bad">&lt;button onclick="criarParagrafo()"&gt;Me clique!&lt;/button&gt;</pre>
</div>
<p>Você pode tentar essa versão na nossa demonstração abaixo.</p>