ci: Added Spell checker in CI (#2006)

Added spell check in Github CI
This commit is contained in:
Aakash Pamnani
2022-10-22 20:21:00 +05:30
committed by GitHub
parent 0255cc32f0
commit 6fe517a0c2
9 changed files with 98 additions and 20 deletions

View File

@ -403,7 +403,7 @@ class ParticlesExample extends FlameGame {
/// use of [ComputedParticle] within other particles,
/// mixing predefined and fully custom behavior.
Particle fireworkParticle() {
// A pallete to paint over the "sky"
// A palette to paint over the "sky"
final paints = [
Colors.amber,
Colors.amberAccent,