From 27426a10c7b8f7850e2622e2b4dcc16ff2c41968 Mon Sep 17 00:00:00 2001 From: redstarbird Date: Fri, 20 Feb 2026 11:55:41 +0000 Subject: [PATCH] Fixed grammatical error in building a 2d game tutorial page --- articles/tutorials/building_2d_games/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/articles/tutorials/building_2d_games/index.md b/articles/tutorials/building_2d_games/index.md index 4b7580c3..1cc128b6 100644 --- a/articles/tutorials/building_2d_games/index.md +++ b/articles/tutorials/building_2d_games/index.md @@ -76,7 +76,7 @@ The following conventions are used in this documentation. ### Inline Code Blocks -`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. +`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. ### Code Blocks @@ -124,3 +124,4 @@ This documentation stands on the shoulders of a vibrant community that continues ## Get Started - [Chapter 1 - What is MonoGame](./01_what_is_monogame/index.md) +