Skip to content

Commit

Permalink
gotta get used to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SphinxKnight committed Jul 27, 2023
1 parent 9655760 commit 40f1355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/fr/web/css/_colon_scope/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ const paragraph = document.getElementById("para");
const output = document.getElementById("output");

if (paragraph.matches(":scope")) {
output.textContent = "Le premier paragraphe est sa propre portée, comme attendu !";
output.textContent =
"Le premier paragraphe est sa propre portée, comme attendu !";
}
```

Expand Down

0 comments on commit 40f1355

Please sign in to comment.