Skip to content

Commit

Permalink
fix(typings): sweepStageInstances typo (#7521)
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanFox committed Feb 23, 2022
1 parent 30baff7 commit f096069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Expand Up @@ -2228,7 +2228,7 @@ export class Sweepers {
public sweepReactions(
filter: CollectionSweepFilter<SweeperDefinitions['reactions'][0], SweeperDefinitions['reactions'][1]>,
): number;
public sweepStageInstnaces(
public sweepStageInstances(
filter: CollectionSweepFilter<SweeperDefinitions['stageInstances'][0], SweeperDefinitions['stageInstances'][1]>,
): number;
public sweepStickers(
Expand Down

0 comments on commit f096069

Please sign in to comment.