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

Commit 6be300f

Browse files
Wilfredtimdorr
authored andcommitted
Minor grammar fixes (#216)
1 parent b04ccee commit 6be300f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/03-navigating-with-link/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Navigating with Link
22

3-
Perhaps the most used component in your app is `Link`. Its almost
4-
identical to the `<a/>` tag you're used to except that its aware of
3+
Perhaps the most used component in your app is `Link`. It's almost
4+
identical to the `<a/>` tag you're used to except that it's aware of
55
the `Router` it was rendered in.
66

77
Let's create some navigation in our `App` component.

0 commit comments

Comments
 (0)