aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/svg
diff options
context:
space:
mode:
authorPisteur_alpin <34580468+pisteuralpin@users.noreply.github.com>2021-03-04 22:03:43 +0100
committerGitHub <noreply@github.com>2021-03-04 22:03:43 +0100
commitad18360447cccdec4ead00eceaa3823dd3c00ade (patch)
treefc6480753c5eea0079bbf3fa057cf3cc3a5dc128 /files/fr/web/svg
parente3d7a4ae7d79c409bbe2db23c9b0acc2f01718d4 (diff)
downloadtranslated-content-ad18360447cccdec4ead00eceaa3823dd3c00ade.tar.gz
translated-content-ad18360447cccdec4ead00eceaa3823dd3c00ade.tar.bz2
translated-content-ad18360447cccdec4ead00eceaa3823dd3c00ade.zip
Update index.html
Correction d'une faute d'orthographe
Diffstat (limited to 'files/fr/web/svg')
-rw-r--r--files/fr/web/svg/element/clippath/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/svg/element/clippath/index.html b/files/fr/web/svg/element/clippath/index.html
index 44ff32994f..276807168a 100644
--- a/files/fr/web/svg/element/clippath/index.html
+++ b/files/fr/web/svg/element/clippath/index.html
@@ -19,7 +19,7 @@ translation_of: Web/SVG/Element/clipPath
<pre class="brush: html">&lt;svg viewBox="0 0 100 100"&gt;
  &lt;clipPath id="myClip"&gt;
- &lt;!-- La forme crée par le détourage est un simple cercle. --&gt;
+ &lt;!-- La forme créée par le détourage est un simple cercle. --&gt;
    &lt;circle cx="40" cy="35" r="35" /&gt;
  &lt;/clipPath&gt;