diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-14 22:17:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 23:17:35 -0300 |
commit | 146484f4e9865f050ed09dcc623b4e28dea6143e (patch) | |
tree | 7c2969a07e49fada37ebfd98c6c10efc870eaf1c /files/pt-br | |
parent | c17e3991547f73a5bd29d567915ae8b54904d68e (diff) | |
download | translated-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.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> |