Skip to content

Commit c33a92a

Browse files
committed
fix simple typo
1 parent 2ccc1e9 commit c33a92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The first argument, `currentFrame` is a number representing the current
5050
position in the animation **timeline**.
5151

5252
The aforementioned **timeline** is represented by the `keyframes`
53-
argument which is an an array of `[key, value]` touples.
53+
argument which is an array of `[key, value]` touples.
5454
The 2 components of each touple represents a timeline
5555
position and it's state, respectively.
5656
Note that `tween` assumes that the keyframes are sorted.

0 commit comments

Comments
 (0)