From bdc0cc62331a9954d75631617fdecdf59079b44f Mon Sep 17 00:00:00 2001 From: dc Date: Sat, 19 Mar 2016 20:20:31 -0700 Subject: [PATCH] fix typo `3. Participating in code-spliting` should be `3. Participating in code-splitting`. --- lessons/08-index-routes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/08-index-routes/README.md b/lessons/08-index-routes/README.md index 5e2434e4..08572613 100644 --- a/lessons/08-index-routes/README.md +++ b/lessons/08-index-routes/README.md @@ -35,7 +35,7 @@ a route like `About` and `Repos` in the future. A few reasons include: 1. Participating in a data fetching abstraction that relies on matched routes and their components. 2. Participating in `onEnter` hooks -3. Participating in code-spliting +3. Participating in code-splitting Also, it just feels good to keep `App` decoupled from `Home` and let the route config decide what to render as the children. Remember, we want to