aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-03-13 10:22:48 +0100
committerGitHub <noreply@github.com>2021-03-13 10:22:48 +0100
commitf738431e63bee11895cfff91e82cbda0f439122f (patch)
tree6521613e8d0594af1e1b4baa87e8665527448d5b /files
parent362ba6775c2337ed3dc91d5320f7e891c3c74f99 (diff)
parentad18360447cccdec4ead00eceaa3823dd3c00ade (diff)
downloadtranslated-content-f738431e63bee11895cfff91e82cbda0f439122f.tar.gz
translated-content-f738431e63bee11895cfff91e82cbda0f439122f.tar.bz2
translated-content-f738431e63bee11895cfff91e82cbda0f439122f.zip
Merge pull request #85 from pisteuralpin/patch-1
FR - Typo - SVG ClipPath - Update index.html
Diffstat (limited to 'files')
-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;