Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 2b9366a

Browse files
committed
Merge pull request #9 from kohei-takata/patch-1
Fix typo
2 parents 50f7f54 + f9a0969 commit 2b9366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/12-navigating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ While most navigation happens with `Link`, you can programatically
44
navigate around an application in response to form submissions, button
55
clicks, etc.
66

7-
Let's make a little form in `Repos` that progromatically navigates.
7+
Let's make a little form in `Repos` that programatically navigates.
88

99
```js
1010
// modules/Repos.js

0 commit comments

Comments
 (0)