Fix spelling mistake

This commit is contained in:
Richard Davey 2020-04-27 10:13:15 +01:00
parent 4590759c76
commit 4f80ec5748

View file

@ -71,7 +71,7 @@ var PathFollower = {
pathVector: null,
/**
* The distance the follower has travelled from the previous point to the current one, at the last update.
* The distance the follower has traveled from the previous point to the current one, at the last update.
*
* @name Phaser.GameObjects.PathFollower#pathDelta
* @type {Phaser.Math.Vector2}