diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2023-04-15 12:51:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 12:51:19 +0200 |
commit | f10de7b61ce1acd3247a2060930e3be08dcf8b94 (patch) | |
tree | 2ea83d5d5bed92ae90b518f1ca539a9f9e049716 /src/animation/Timeline.js | |
parent | 770ca58d58bcb48a52367e9a340ab06c0053f1d5 (diff) | |
parent | a5268a8aab187a4d98190833923f0a80610007f8 (diff) | |
download | svg.js-f10de7b61ce1acd3247a2060930e3be08dcf8b94.tar.gz svg.js-f10de7b61ce1acd3247a2060930e3be08dcf8b94.zip |
Merge pull request #1297 from albert-github/feature/bug_spell
Spelling corrections
Diffstat (limited to 'src/animation/Timeline.js')
-rw-r--r-- | src/animation/Timeline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/Timeline.js b/src/animation/Timeline.js index 387b59b..3f81b66 100644 --- a/src/animation/Timeline.js +++ b/src/animation/Timeline.js @@ -239,7 +239,7 @@ export default class Timeline extends EventTarget { this.fire('time', this._time) // This is for the case that the timeline was seeked so that the time - // is now before the startTime of the runner. Thats why we need to set + // is now before the startTime of the runner. That is why we need to set // the runner to position 0 // FIXME: |