Skip to content

Commit

Permalink
fix(docs): fixed grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Jan 4, 2024
1 parent a9f0eed commit fed7968
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/content/next-pwa/precaching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ By default, this is set to `[/\/_next\/static\/.*(?<!\.p)\.woff2/, /\.map$/, /^m

#### Fonts

`next/font` includes all subsets out of the box. However, precaching all of them might be prove to be too heavy on the users' devices, so they have been excluded by default.
`next/font` includes all subsets out of the box. However, precaching all of them might be prove to be undesirable, for they accumulate to a large amount of data
too large to precache, so they have been excluded by default.

#### `.map` files

Expand All @@ -25,7 +26,7 @@ This is to make sure we don't precache, e.g., the precache manifest file, or oth

## JS files

By default, all JS files are precached. However, this behaviour is not desired for larger apps. If your app fits this criterion, it is recommend that you
By default, all JS files are precached. However, this behaviour is not desired for larger apps. If your app fits this criterion, it is recommended that you
manually filter out JS files that are not necessary.

<Tabs>
Expand Down

0 comments on commit fed7968

Please sign in to comment.