From 4f4dc2afa62cb899a5cae72c359150f8adf27edb Mon Sep 17 00:00:00 2001 From: ordago Date: Thu, 17 Dec 2020 05:43:50 +0000 Subject: typos (#1179) * typos in 1000-accesses.js * typos in transforms.js * typos in Controller.js * typos in Runner.js * typos in Timeline.js * typos in Dom.js * typos in Marker.js * typos in Mask.js * typos in Tspan.js * typos in containerGeometry.js * typos in event.js * typos in css.js * typos in data.js * typos in sugar.js * typos in EventTarget.js * typos in List.js * typos in Matrix.js * typos in SVGArray.js * typos in utils.js * typos in RAFPlugin.js * typos in Runner.js * typos in Timeline.js * typos in Dom.js * typos in Pattern.js * typos in arrange.js * typos in Box.js * typos in SVGNumber.js * typos in utils.js * typos in CONTRIBUTING.md --- src/modules/optional/arrange.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/optional/arrange.js b/src/modules/optional/arrange.js index b6c03e0..30151c1 100644 --- a/src/modules/optional/arrange.js +++ b/src/modules/optional/arrange.js @@ -6,7 +6,7 @@ export function siblings () { return this.parent().children() } -// Get the curent position siblings +// Get the current position siblings export function position () { return this.parent().index(this) } -- cgit v1.2.3