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

@ -178,8 +178,8 @@ class ParticlesExample extends FlameGame {
);
}
/// Same example as above, but
/// with easing, utilising [CurvedParticle] extension
/// Same example as above, but with easing, utilizing [CurvedParticle]
/// extension.
Particle easedMovingParticle() {
return Particle.generate(
count: 5,