fix: fix spelling errors in media-query and test file (#17628)

- media-query.js: parentehesis -> parenthesis
- error-boundary-12/main.svelte: occured -> occurred
pull/17644/head
Artyom Alekseevich 7 months ago committed by GitHub
parent 0c715afdab
commit 4453e4895d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ const parenthesis_regex = /\(.+\)/;
//
// eg: new MediaQuery('screen')
//
// however because of the auto-parenthesis logic in the constructor since there's no parentehesis
// however because of the auto-parenthesis logic in the constructor since there's no parenthesis
// in the media query they'll be surrounded by parenthesis
//
// however we can check if the media query is only composed of these keywords

@ -15,6 +15,6 @@
{d}
{#snippet failed()}
<p>Error occured</p>
<p>Error occurred</p>
{/snippet}
</svelte:boundary>

Loading…
Cancel
Save