Skip to content

Commit 554a177

Browse files
fix typo
1 parent 39c3bca commit 554a177

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/routes/docs/(qwik)/advanced/core

1 file changed

+1
-1
lines changed

packages/docs/src/routes/docs/(qwik)/advanced/core/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ useOnDocument(
128128
);
129129

130130
// useTask$ is used to cleanup event listeners
131-
useTas$(({ cleanup }) => {
131+
useTask$(({ cleanup }) => {
132132
cleanup(() => {
133133
if (!globalThis['media-query:(max-width: 400px)']) return;
134134
const { query, handler } = globalThis['media-query:(max-width: 400px)'];

0 commit comments

Comments
 (0)