Forráskód Böngészése

Spelling error in spritebatch.md

Niklas Arndt 2 éve
szülő
commit
ea202aa34c
1 módosított fájl, 2 hozzáadás és 2 törlés
  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
 
-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
 
@@ -103,4 +103,4 @@ spriteBatch.End();
 
 ## See also
 
-* [SpriteFont](spritefont.md)
+* [SpriteFont](spritefont.md)