We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e96b3 commit e57d5fcCopy full SHA for e57d5fc
1 file changed
src/tweens/events/TWEEN_REPEAT_EVENT.js
@@ -34,6 +34,6 @@
34
*
35
* @param {Phaser.Tweens.Tween} tween - A reference to the Tween instance that emitted the event.
36
* @param {string} key - The key of the property that just repeated.
37
- * @param {any} target - The target that the property just repated on.
+ * @param {any} target - The target that the property just repeated on.
38
*/
39
module.exports = 'repeat';
0 commit comments