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/animation/Runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/animation/Runner.js') diff --git a/src/animation/Runner.js b/src/animation/Runner.js index bd60915..faeeed6 100644 --- a/src/animation/Runner.js +++ b/src/animation/Runner.js @@ -422,7 +422,7 @@ export default class Runner extends EventTarget { } // We have to resume the timeline in case a controller - // is already done without beeing ever run + // is already done without being ever run // This can happen when e.g. this is done: // anim = el.animate(new SVG.Spring) // and later -- cgit v1.2.3