소스 검색

Merge pull request #9 from kohei-takata/patch-1

Fix typo
Michael Jackson 9 년 전
부모
커밋
2b9366aa44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lessons/12-navigating.md

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