aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-14 22:17:35 -0400
committerGitHub <noreply@github.com>2021-07-14 23:17:35 -0300
commit146484f4e9865f050ed09dcc623b4e28dea6143e (patch)
tree7c2969a07e49fada37ebfd98c6c10efc870eaf1c /files/pt-br
parentc17e3991547f73a5bd29d567915ae8b54904d68e (diff)
downloadtranslated-content-146484f4e9865f050ed09dcc623b4e28dea6143e.tar.gz
translated-content-146484f4e9865f050ed09dcc623b4e28dea6143e.tar.bz2
translated-content-146484f4e9865f050ed09dcc623b4e28dea6143e.zip
[pt-BR] unbreak live sample with HTML and JS (#1428)
Diffstat (limited to 'files/pt-br')
-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 &lt; 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>