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

@ -3,7 +3,7 @@ import 'package:flame/game.dart';
class AsepriteExample extends FlameGame {
static const String description = '''
This example shows how to load animations from a asprite json file and a
This example shows how to load animations from an Aseprite json file and a
sprite sheet. There is no interaction on this example.
''';