Skip to content

Commit 4a6bc47

Browse files
committed
Correct type of "a field tos tore"
Reference #49 #49 (comment)
1 parent b9842b5 commit 4a6bc47

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/05_content_pipeline

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/05_content_pipeline/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ DungeonSlime/
183183

184184
Now that we have the MonoGame logo added as an asset in the content project, we can modify the game to display the logo. In the *DungeonSlime* project open the `Game1.cs` file and perform the following:
185185

186-
1. Add a field tos tore the logo texture by inserting this line after the class declaration:
186+
1. Add a field to store the logo texture by inserting this line after the class declaration:
187187

188188
```cs
189189
// The MonoGame logo texture

0 commit comments

Comments
 (0)