aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <VincentTam@users.noreply.github.com>2021-03-10 22:01:57 +0100
committerGitHub <noreply@github.com>2021-03-10 22:01:57 +0100
commit5c23f1949da3d1c0ca09dd03d519e990834e77e5 (patch)
treeec5f00a41d8a94c633d42646e8add546d8643e4c
parent785c0b7c8adc9e73cfd07817009c4437255c9398 (diff)
downloadtranslated-content-5c23f1949da3d1c0ca09dd03d519e990834e77e5.tar.gz
translated-content-5c23f1949da3d1c0ca09dd03d519e990834e77e5.tar.bz2
translated-content-5c23f1949da3d1c0ca09dd03d519e990834e77e5.zip
petite correction : suivantu → suivant
-rw-r--r--files/fr/web/api/element/getattributens/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/element/getattributens/index.html b/files/fr/web/api/element/getattributens/index.html
index 1a256de5fa..ecd4a98493 100644
--- a/files/fr/web/api/element/getattributens/index.html
+++ b/files/fr/web/api/element/getattributens/index.html
@@ -36,7 +36,7 @@ translation_of: Web/API/Element/getAttributeNS
<h2 id="Exemples">Exemples</h2>
-<p>Le document SVG suivantu utilise une valeur d'attribut <code>foo</code> d'un espace de nom spécifique :</p>
+<p>Le document SVG suivant utilise une valeur d'attribut <code>foo</code> d'un espace de nom spécifique :</p>
<pre class="brush: xml">&lt;svg xmlns="http://www.w3.org/2000/svg"
xmlns:test="http://www.example.com/2014/test" width="40" height="40"&gt;