diff --git a/articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs b/articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs
index 770c8be2..a85acba3 100644
--- a/articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs
+++ b/articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs
@@ -104,7 +104,7 @@ public TextureRegion GetTile(int index)
}
///
- /// Gets the texture region of the tile frm this tilemap at the specified
+ /// Gets the texture region of the tile from this tilemap at the specified
/// column and row.
///
/// The column of the tile in this tilemap.