Skip to content

Commit 60a1dca

Browse files
committed
fix: typo
1 parent 41faee0 commit 60a1dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/counting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface CountResult {
88
mode: CountingMode;
99
valid: boolean;
1010
achievement: {
11-
notfication: boolean;
11+
notification: boolean;
1212
achievements: AchievementReward[];
1313
};
1414
delete?: boolean;

0 commit comments

Comments
 (0)