Skip to content

Commit bdc0cc6

Browse files
committed
fix typo
`3. Participating in code-spliting` should be `3. Participating in code-splitting`.
1 parent 4bd1969 commit bdc0cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/08-index-routes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ a route like `About` and `Repos` in the future. A few reasons include:
3535
1. Participating in a data fetching abstraction that relies on matched
3636
routes and their components.
3737
2. Participating in `onEnter` hooks
38-
3. Participating in code-spliting
38+
3. Participating in code-splitting
3939

4040
Also, it just feels good to keep `App` decoupled from `Home` and let the
4141
route config decide what to render as the children. Remember, we want to

0 commit comments

Comments
 (0)