Skip to content

Commit 126cab0

Browse files
authored
docs: fix up some typos (#7481)
1 parent 2c535e7 commit 126cab0

File tree

1 file changed

+2
-2
lines changed
  • packages/docs/src/routes/docs/(qwikcity)/guides/bundle

1 file changed

+2
-2
lines changed

packages/docs/src/routes/docs/(qwikcity)/guides/bundle/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ To collect symbol usage from a running application:
143143
</script>
144144
```
145145
2. Perform some set of operations mimicking user behavior.
146-
3. Open the console and type `symbols` to see the list of symbols used. Used that information to update the `vite.config.ts` file.
146+
3. Open the console and type `symbols` to see the list of symbols used. Use that information to update the `vite.config.ts` file.
147147

148148

149149
> **NOTE:** We are looking into creating better ways of collecting this information in the future. (See [Insights](/docs/labs/insights/index.mdx).)
@@ -165,7 +165,7 @@ All information regarding when the symbols are loaded can be observed by listeni
165165

166166
### `qprefetch` custom event details.
167167

168-
`qprefetch` event is fired when a new code path is exposed to the user by rendering a new application view. (For example, rendering a new model dialog will have a new button. We would like the ensure that the new button code is prefetched so that if the user interacts with the button there will be no delay.)
168+
`qprefetch` event is fired when a new code path is exposed to the user by rendering a new application view. (For example, rendering a new modal dialog will have a new button. We would like to ensure that the new button code is prefetched so that if the user interacts with the button there will be no delay.)
169169
Usually, a service worker listens to the `qprefetch` event and loads the symbol into the cache. The service worker has a map of symbols to bundles, and it uses this information to determine which bundles to prefetch based on a symbol.
170170

171171
```typescript

0 commit comments

Comments
 (0)