Skip to content

Commit 2e51989

Browse files
committed
build: fixed typo
1 parent a51976c commit 2e51989

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

effects/particles/src/ParticlesDrawer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ interface IParticlesRateData {
2121
quantity: RangeValue;
2222
}
2323

24-
interface ISpanParticlesData {
24+
interface ISpawnParticlesData {
2525
particles?: RecursivePartial<IParticlesOptions>;
2626
rate?: IParticlesRateData;
2727
}
2828

2929
interface IParticlesData extends IShapeValues {
30-
spawn?: ISpanParticlesData;
30+
spawn?: ISpawnParticlesData;
3131
}
3232

3333
type ParticlesParticle = Particle & {

0 commit comments

Comments
 (0)