diff --git a/examples/example 1 - Basics/index.html b/examples/example 1 - Basics/index.html index dec5ce3..b375df9 100644 --- a/examples/example 1 - Basics/index.html +++ b/examples/example 1 - Basics/index.html @@ -35,7 +35,7 @@ bunny.anchor.x = 0.5; bunny.anchor.y = 0.5; - // move the sprite t the center of the screen + // move the sprite to the center of the screen bunny.position.x = 200; bunny.position.y = 150;