diff --git a/packages/flame/lib/src/spritesheet.dart b/packages/flame/lib/src/spritesheet.dart index 165a703ad26..0dd89880dc2 100644 --- a/packages/flame/lib/src/spritesheet.dart +++ b/packages/flame/lib/src/spritesheet.dart @@ -59,7 +59,7 @@ class SpriteSheet { return getSpriteById(row * columns + column); } - /// Gets teh sprite with id [spriteId] from the grid. + /// Gets the sprite with id [spriteId] from the grid. /// /// The ids are defined as starting at 0 on the top left and going /// sequentially on each row.