diff --git a/src/assets/sprite.ts b/src/assets/sprite.ts index 4a3767f9..8410003e 100644 --- a/src/assets/sprite.ts +++ b/src/assets/sprite.ts @@ -44,7 +44,7 @@ export type SpriteAnims = Record; */ export interface LoadSpriteOpt { /** - * If the defined area contains multiple sprites, how many frames are in the area hozizontally. + * If the defined area contains multiple sprites, how many frames are in the area horizontally. */ sliceX?: number; /**