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:
Pasha Stetsenko
2022-11-06 06:06:44 -08:00
committed by GitHub
parent 9c25e631e2
commit cbfa789e75
39 changed files with 142 additions and 79 deletions

View File

@ -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`.