Skip to content

Commit ae70d6e

Browse files
authored
Update index.md (#125)
Fixed spelling
1 parent dfef484 commit ae70d6e

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/02_getting_started

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/02_getting_started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Now that we have the project created, press the `F5` key on your keyboard, or ch
210210
| :---------------------------------------------------------------------------------------: |
211211
| **Figure 2-3: The default MonoGame cornflower blue game window** |
212212
213-
Be amazed, the default MonoGame Cornflower Blue game window. You have just created your very first MonoGame application. While there is not much happening here visually, there is a log going on behind the scenes that the MonoGame framework is handling for you. When you ran the application, the following occurred:
213+
Be amazed, the default MonoGame Cornflower Blue game window. You have just created your very first MonoGame application. While there is not much happening here visually, there is a lot going on behind the scenes that the MonoGame framework is handling for you. When you ran the application, the following occurred:
214214
215215
1. The application started
216216
2. The game window was created and graphics were initialized

0 commit comments

Comments
 (0)