Skip to content

Commit f62a0f7

Browse files
committed
🐛 Typo
1 parent 8e81137 commit f62a0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/audio-analyser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface AudioAnalyserProps {
77
width?: number;
88
height?: number;
99
}
10-
export function AudioAnalysera({
10+
export function AudioAnalyser({
1111
width,
1212
height,
1313
classses,

0 commit comments

Comments
 (0)