Skip to content

Commit 53c8a53

Browse files
docs(explanation/code-splitting): fix typo (#14083)
1 parent 1752f4f commit 53c8a53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
- markdalgleish
238238
- markivancho
239239
- markmals
240+
- Marlon-Buckley
240241
- maruffahmed
241242
- marvinruder
242243
- mathpaquette

docs/explanation/code-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Instead of bundling all routes into a single giant build, the modules referenced
3131

3232
Because these entry points are coupled to URL segments, React Router knows just from a URL which bundles are needed in the browser, and more importantly, which are not.
3333

34-
If the user visits `"/about"` then the bundles for `about.tsx` will be loaded but not `contact.tsx`. This ensures drastically reduces the JavaScript footprint for initial page loads and speeds up your application.
34+
If the user visits `"/about"` then the bundles for `about.tsx` will be loaded but not `contact.tsx`. This drastically reduces the JavaScript footprint for initial page loads and speeds up your application.
3535

3636
## Removal of Server Code
3737

0 commit comments

Comments
 (0)