Skip to content

Commit

Permalink
Fix typo (#6230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-luminar authored and timneutkens committed Feb 10, 2019
1 parent c0701e9 commit 693ab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export default () => <p>Welcome to About!</p>
`<Link>` component has two main props:

* `href`: the path inside `pages` directory + query string.
* `as`: the path that will be renderer on browser URL bar.
* `as`: the path that will be rendered in the browser URL bar.

Example:

Expand Down

0 comments on commit 693ab43

Please sign in to comment.