Skip to content

Commit

Permalink
fr: Format /web/api using Prettier (part 12) (#14613)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Jul 26, 2023
1 parent c44cdda commit 0eb24e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ build/

# fr
/files/fr/mozilla/add-ons/webextensions/api/**/*.md
/files/fr/web/api/**/*.md
/files/fr/web/css/**/*.md
/files/fr/web/html/**/*.md
/files/fr/web/javascript/**/*.md
Expand Down
2 changes: 1 addition & 1 deletion files/fr/web/api/element/matches/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Cependant, étant donné la possibilité de prendre en charge les anciens naviga

```js
if (!Element.prototype.matches) {
Element.prototype.matches = Element.prototype.msMatchesSelector;
Element.prototype.matches = Element.prototype.msMatchesSelector;
}
```

Expand Down
2 changes: 1 addition & 1 deletion files/fr/web/api/stylesheet/ownernode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ objref = stylesheet.ownerNode;
<link rel="stylesheet" href="example.css" type="text/css" />
<script>
function stilo() {
alert(document.styleSheets[0].ownerNode);
alert(document.styleSheets[0].ownerNode);
}
</script>
</head>
Expand Down

0 comments on commit 0eb24e1

Please sign in to comment.