diff options
-rw-r--r-- | files/fr/web/svg/element/clippath/index.html | 2 |
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"><svg viewBox="0 0 100 100"> <clipPath id="myClip"> - <!-- La forme crée par le détourage est un simple cercle. --> + <!-- La forme créée par le détourage est un simple cercle. --> <circle cx="40" cy="35" r="35" /> </clipPath> |