From f9a09695f171eab2386dcfcf599b38d5b3e1272a Mon Sep 17 00:00:00 2001 From: Kohei TAKATA Date: Thu, 11 Feb 2016 22:11:39 +0900 Subject: [PATCH 1/2] Fix typo --- lessons/12-navigating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/12-navigating.md b/lessons/12-navigating.md index f960c907..54591d49 100644 --- a/lessons/12-navigating.md +++ b/lessons/12-navigating.md @@ -4,7 +4,7 @@ While most navigation happens with `Link`, you can programatically navigate around an application in response to form submissions, button clicks, etc. -Let's make a little form in `Repos` that progromatically navigates. +Let's make a little form in `Repos` that programatically navigates. ```js // modules/Repos.js From 9a2c5e9c32376793e5993f447474b9434e86106b Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 20 Feb 2016 22:14:41 -0700 Subject: [PATCH 2/2] Home doesn't exist yet Remove the IndexRoute to Home which technically doesn't exist until lesson 9. --- lessons/06-params.md | 1 - 1 file changed, 1 deletion(-) diff --git a/lessons/06-params.md b/lessons/06-params.md index 1554f465..929dcc09 100644 --- a/lessons/06-params.md +++ b/lessons/06-params.md @@ -49,7 +49,6 @@ import Repo from './modules/Repo' render(( - {/* add the new route */}