diff --git a/src/pixi/Sprite.js b/src/pixi/Sprite.js index 3ec61ef..fa23d1b 100644 --- a/src/pixi/Sprite.js +++ b/src/pixi/Sprite.js @@ -110,7 +110,7 @@ /** * - * Helper function that creates a sprite that will contain a texture from the TextureCache based on tjhe frameId + * Helper function that creates a sprite that will contain a texture from the TextureCache based on the frameId * The frame ids are created when a Texture packer file has been loaded * @method fromFrame * @static