Kohei TAKATA 9 năm trước cách đây
mục cha
commit
f9a09695f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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