Skip to content

Commit f9a0969

Browse files
committed
Fix typo
1 parent 50f7f54 commit f9a0969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/12-navigating.md

+1-1
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)