aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/node
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2022-01-15 09:26:37 +0100
committerGitHub <noreply@github.com>2022-01-15 09:26:37 +0100
commit0eb5adccf61b847c71a799e8c0bb0346d73f9f9d (patch)
tree883d2edb00beb72adabf205d93d2670212df4a99 /files/fr/web/api/node
parent78fadee3cb122d5843eff5e2d466473688cb9c77 (diff)
downloadtranslated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.tar.gz
translated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.tar.bz2
translated-content-0eb5adccf61b847c71a799e8c0bb0346d73f9f9d.zip
Fixes #3389 (#3394)
* Replace asterisks mixup * 2nd pass
Diffstat (limited to 'files/fr/web/api/node')
-rw-r--r--files/fr/web/api/node/lastchild/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/node/lastchild/index.md b/files/fr/web/api/node/lastchild/index.md
index a44709a33d..42a80e9be7 100644
--- a/files/fr/web/api/node/lastchild/index.md
+++ b/files/fr/web/api/node/lastchild/index.md
@@ -11,7 +11,7 @@ translation_of: Web/API/Node/lastChild
---
{{APIRef("DOM")}}
-La propriété en lecture seule** \*\***`Node.lastChild`\*\* renvoie le dernier enfant du noeud. Si son parent est un élément, l'enfant est généralement un noeud élément, texte ou commentaire. Elle renvoie `null` s'il n'y a aucun enfant.
+La propriété en lecture seule **`Node.lastChild`** renvoie le dernier enfant du noeud. Si son parent est un élément, l'enfant est généralement un noeud élément, texte ou commentaire. Elle renvoie `null` s'il n'y a aucun enfant.
## Syntaxe