From 015623ab382f42c028155483752b1a7c398612ef Mon Sep 17 00:00:00 2001 From: seanb Date: Sun, 13 Jul 2025 16:37:14 -0400 Subject: [PATCH] fix spelling mistake in the ContentManager Methods section of chapter 5 bulding 2d games tutorial --- .../tutorials/building_2d_games/05_content_pipeline/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/tutorials/building_2d_games/05_content_pipeline/index.md b/articles/tutorials/building_2d_games/05_content_pipeline/index.md index 6577b806..c3738b0b 100644 --- a/articles/tutorials/building_2d_games/05_content_pipeline/index.md +++ b/articles/tutorials/building_2d_games/05_content_pipeline/index.md @@ -161,7 +161,7 @@ To load assets in your game code, MonoGame provides the [**ContentManager**](xre ### ContentManager Methods -They key methods for asset loading are: +The key methods for asset loading are: | Method | Returns | Description | | --------------------------------------------------------------------------------------------------------- | ------- | ---------------------------------------------------------------------------- |