Skip to content

Commit cff6b34

Browse files
committed
Add missing letter
1 parent 6d1244c commit cff6b34

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
@@ -101,7 +101,7 @@ To install the C# Dev Kit extension, perform the following:
101101
102102
## Installing the "MonoGame for VSCode" Extension
103103

104-
Throughout this tutorial, we wil be using the MonoGame Content Builder (MGCB) Editor to add content to the game. MonoGame offers an official extension for Visual Studio 2022 that allows you to double-click the *Content.mgcb* file to automatically open it in the MGCB Editor. While there is no official tool for VSCode, there is a an extension developed by community member r88 to provide similar functionality and is regularly used by the MonoGame developers themselves. We will be using that extension throughout this tutorial.
104+
Throughout this tutorial, we will be using the MonoGame Content Builder (MGCB) Editor to add content to the game. MonoGame offers an official extension for Visual Studio 2022 that allows you to double-click the *Content.mgcb* file to automatically open it in the MGCB Editor. While there is no official tool for VSCode, there is a an extension developed by community member r88 to provide similar functionality and is regularly used by the MonoGame developers themselves. We will be using that extension throughout this tutorial.
105105

106106
To install it, with VSCode open:
107107

0 commit comments

Comments
 (0)