Skip to content

Commit a254a38

Browse files
authored
Update KeyframeTrack.js
Fix typo.
1 parent e85cce9 commit a254a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/animation/KeyframeTrack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as AnimationUtils from './AnimationUtils.js';
1010
import { warn, error } from '../utils.js';
1111

1212
/**
13-
* Represents s a timed sequence of keyframes, which are composed of lists of
13+
* Represents a timed sequence of keyframes, which are composed of lists of
1414
* times and related values, and which are used to animate a specific property
1515
* of an object.
1616
*/

0 commit comments

Comments
 (0)