spelling: repeated

This commit is contained in:
Josh Soref 2019-10-29 02:33:37 -04:00
parent 94e96b3fd2
commit e57d5fcf2f

View file

@ -34,6 +34,6 @@
*
* @param {Phaser.Tweens.Tween} tween - A reference to the Tween instance that emitted the event.
* @param {string} key - The key of the property that just repeated.
* @param {any} target - The target that the property just repated on.
* @param {any} target - The target that the property just repeated on.
*/
module.exports = 'repeat';