mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix typo (#6230)
This commit is contained in:
parent
c0701e948f
commit
693ab43663
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue