Skip to content

Commit

Permalink
[pt-br] Minor code typo fix in pt-br/docs/learn/Getting_started_with_…
Browse files Browse the repository at this point in the history
…the_web/JavaScript_basics/index.md (#23601)

Minor code type fix in index.md
  • Loading branch information
AlexandrinoMaranhao authored Sep 18, 2024
1 parent 7ae930e commit 0911cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ Em seguida, vamos alterar o título da página para uma mensagem de boas-vindas
setUserName();
} else {
const storedName = localStorage.getItem("name");
myHeading.textContent = `Mozilla é legal, ${storedName`;
myHeading.textContent = `Mozilla é legal, ${storedName}`;
}
```

Expand Down

0 comments on commit 0911cd7

Please sign in to comment.