We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e59abc commit 0e689c8Copy full SHA for 0e689c8
packages/svelte/src/reactivity/media-query.js
@@ -33,7 +33,7 @@ export class MediaQuery {
33
* @param {boolean} [matches] Fallback value for the server
34
*/
35
constructor(query, matches) {
36
- // For convenience (and because people likely forget them) we add the parentheses; double parantheses are not a problem
+ // For convenience (and because people likely forget them) we add the parentheses; double parentheses are not a problem
37
this.#query = window.matchMedia(`(${query})`);
38
}
39
0 commit comments