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 | | --------------------------------------------------------------------------------------------------------- | ------- | ---------------------------------------------------------------------------- |