mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	chore: Fix some spelling mistakes (#2148)
Fix all* typos reported by CSpell, and add some more words into the dictionaries. (Except for two in the flame_isolate/example package).
This commit is contained in:
		| @ -5,7 +5,7 @@ import 'package:flame/game.dart'; | ||||
| import 'package:flame/sprite.dart'; | ||||
| import 'package:flutter/material.dart'; | ||||
|  | ||||
| class SpritebatchExample extends FlameGame { | ||||
| class SpriteBatchExample extends FlameGame { | ||||
|   static const String description = ''' | ||||
|     In this example we show how to render many sprites in a batch for | ||||
|     efficiency, this is done with `SpriteBatch` and the `SpriteBatchComponent`. | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Pasha Stetsenko
					Pasha Stetsenko