We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6900ab2 + bdc0cc6 commit cc7f702Copy full SHA for cc7f702
lessons/08-index-routes/README.md
@@ -35,7 +35,7 @@ a route like `About` and `Repos` in the future. A few reasons include:
35
1. Participating in a data fetching abstraction that relies on matched
36
routes and their components.
37
2. Participating in `onEnter` hooks
38
-3. Participating in code-spliting
+3. Participating in code-splitting
39
40
Also, it just feels good to keep `App` decoupled from `Home` and let the
41
route config decide what to render as the children. Remember, we want to
0 commit comments