Browse Source

Spelling error in spritebatch.md

Niklas Arndt 2 years ago
parent
commit
ea202aa34c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      en/manual/graphics/low-level-api/spritebatch.md

+ 2 - 2
en/manual/graphics/low-level-api/spritebatch.md

@@ -10,7 +10,7 @@ A sprite batch is a collection of sprites (2D textured planes).
 
 
 ## Create a sprite batch
 ## Create a sprite batch
 
 
-Stride offers a easy way to deal will batches of sprites through the @'Stride.Graphics.SpriteBatch' class. You can use this class to regroup, update, and display sprites efficiently.
+Stride offers a easy way to deal with batches of sprites through the @'Stride.Graphics.SpriteBatch' class. You can use this class to regroup, update, and display sprites efficiently.
 
 
 **Code:** Creating a sprite batch
 **Code:** Creating a sprite batch
 
 
@@ -103,4 +103,4 @@ spriteBatch.End();
 
 
 ## See also
 ## See also
 
 
-* [SpriteFont](spritefont.md)
+* [SpriteFont](spritefont.md)