Skip to content

Commit 0e689c8

Browse files
committed
typo
1 parent 4e59abc commit 0e689c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/reactivity/media-query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class MediaQuery {
3333
* @param {boolean} [matches] Fallback value for the server
3434
*/
3535
constructor(query, matches) {
36-
// For convenience (and because people likely forget them) we add the parentheses; double parantheses are not a problem
36+
// For convenience (and because people likely forget them) we add the parentheses; double parentheses are not a problem
3737
this.#query = window.matchMedia(`(${query})`);
3838
}
3939
}

0 commit comments

Comments
 (0)