From 2bb6de03bd644fd38ba960b30472fe37d94fff9f Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Sat, 28 Dec 2024 21:32:00 -0800 Subject: [PATCH] Grammar fix (clarification) (#37421) --- files/en-us/web/svg/element/feoffset/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/svg/element/feoffset/index.md b/files/en-us/web/svg/element/feoffset/index.md index dd455f45f5f0233..9bed63e58184cae 100644 --- a/files/en-us/web/svg/element/feoffset/index.md +++ b/files/en-us/web/svg/element/feoffset/index.md @@ -7,7 +7,7 @@ browser-compat: svg.elements.feOffset {{SVGRef}} -The **``** [SVG](/en-US/docs/Web/SVG) filter primitive allows to offset the input image. The input image as a whole is offset by the values specified in the {{SVGAttr("dx")}} and {{SVGAttr("dy")}} attributes. +The **``** [SVG](/en-US/docs/Web/SVG) filter primitive enables offsetting an input image relative to its current position. The input image as a whole is offset by the values specified in the {{SVGAttr("dx")}} and {{SVGAttr("dy")}} attributes. ## Usage context