aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/node/replacechild/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/node/replacechild/index.html')
-rw-r--r--files/fr/web/api/node/replacechild/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/node/replacechild/index.html b/files/fr/web/api/node/replacechild/index.html
index 3fb6b0e8df..3cdf5aa950 100644
--- a/files/fr/web/api/node/replacechild/index.html
+++ b/files/fr/web/api/node/replacechild/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/Node/replaceChild
<p>La méthode <strong><code>Node.replaceChild()</code></strong> remplace un nœud enfant du noeud spécifié par un autre nœud.</p>
-<h2 id="Syntaxe" name="Syntaxe">Syntaxe</h2>
+<h2 id="Syntaxe">Syntaxe</h2>
<pre class="syntaxbox"><em>replacedNode</em> = <em>parentNode</em>.replaceChild(<em>newChild</em>, <em>oldChild</em>);
</pre>