Skip to content

Commit

Permalink
fix(guides) Fixed gramattical error (#2477)
Browse files Browse the repository at this point in the history
* Update code-splitting.md

* Update code-splitting.md
  • Loading branch information
simioluwatomi authored and montogeek committed Sep 2, 2018
1 parent 859a2c6 commit 5468090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/guides/code-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ T> webpack will add the prefetch hint once the parent chunk has been loaded.

Preload directive has a bunch of differences compared to prefetch:

- A preloaded chunk starts loading in parallel to the parent chunk. A prefetched chunk starts after the parent chunk finish.
- A preloaded chunk has medium priority and instantly downloaded. A prefetched chunk is downloaded in browser idle time.
- A preloaded chunk starts loading in parallel to the parent chunk. A prefetched chunk starts after the parent chunk finishes loading.
- A preloaded chunk has medium priority and is instantly downloaded. A prefetched chunk is downloaded while browser is idle.
- A preloaded chunk should be instantly requested by the parent chunk. A prefetched chunk can be used anytime in the future.
- Browser support is different.

Expand Down

0 comments on commit 5468090

Please sign in to comment.