Skip to content

Commit

Permalink
docs: fix typos (QwikDev#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulic75 authored Sep 20, 2022
1 parent d80a66b commit 09cad27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can think of the page load as the first user interaction, which prefetches w

## Prefetch Event

The recommended prefetching strategy is to use a [service worker](../service-worker-prefetching/index.mdx) to populate the browser's [Cache](https://developer.mozilla.org/en-US/docs/Web/API/Cache). Qwik itself should be configured to use the [prefetchEvent](../../../docs/advanced/prefetching/index.mdx) implmentation, which will dispatch a prefect event.
The recommended prefetching strategy is to use a [service worker](../service-worker-prefetching/index.mdx) to populate the browser's [Cache](https://developer.mozilla.org/en-US/docs/Web/API/Cache). Qwik itself should be configured to use the [prefetchEvent](../../../docs/advanced/prefetching/index.mdx) implementation, which will dispatch a prefetch event.

The `qprefetch` event can contain various detailed data about what to prefetch, such as:

Expand Down

0 comments on commit 09cad27

Please sign in to comment.