diff --git a/index.html b/index.html
index d3334c9e..47ed767b 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
-
+
My First React Router App
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