diff --git a/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx b/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx index 7850ac41854..ac16eb1f1bd 100644 --- a/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx +++ b/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx @@ -159,7 +159,7 @@ Use `useTask$()` when you need to: ### On mount In Qwik, there isn't a specific "mount" step like in some other frameworks. Instead, components just start up directly where they're needed, either on a web server or in your browser. -This is without the the inner track function, which is used to monitor specific pieces of data. +This is without the inner track function, which is used to monitor specific pieces of data. `useTask$` runs always at least once when the component is first mounted.