Skip to content

Commit 4f80ec5

Browse files
committed
Fix spelling mistake
1 parent 4590759 commit 4f80ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/PathFollower.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var PathFollower = {
7171
pathVector: null,
7272

7373
/**
74-
* The distance the follower has travelled from the previous point to the current one, at the last update.
74+
* The distance the follower has traveled from the previous point to the current one, at the last update.
7575
*
7676
* @name Phaser.GameObjects.PathFollower#pathDelta
7777
* @type {Phaser.Math.Vector2}

0 commit comments

Comments
 (0)