Skip to content

Commit 07decde

Browse files
Fixed grammatical error in building a 2d game tutorial page (#247)
Co-authored-by: Simon (Darkside) Jackson <darkside@zenithmoon.com>
1 parent a5c94f1 commit 07decde

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • articles/tutorials/building_2d_games

articles/tutorials/building_2d_games/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following conventions are used in this documentation.
7676

7777
### Inline Code Blocks
7878

79-
`Inline code` blocks are used for methods, functions, and variable names when they are discussed within the paragraphs of text. For example, when referring to a method such as `Foo` in a sentence,it will appear with this formatting.
79+
`Inline code` blocks are used for methods, functions, and variable names when they are discussed within the paragraphs of text. For example, when referring to a method such as `Foo` in a sentence, it will appear with this formatting.
8080

8181
### Code Blocks
8282

@@ -124,3 +124,4 @@ This documentation stands on the shoulders of a vibrant community that continues
124124
## Get Started
125125

126126
- [Chapter 1 - What is MonoGame](./01_what_is_monogame/index.md)
127+

0 commit comments

Comments
 (0)