提交 3096a772 编写于 作者: L Lorenzo de Vargas Candiago 提交者: JJ Kasper

Change example link to be equal to query property (#10052)

The example uses { name: 'ZEIT' } but then say that it will link to `?name=Zeit`.
Co-authored-by: NJJ Kasper <jj@jjsweb.site>
上级 b533f2af
......@@ -121,7 +121,7 @@ function Home() {
export default Home
```
The above example will be a link to `/about?name=Zeit`. You can use every property as defined in the [Node.js URL module documentation](https://nodejs.org/api/url.html#url_url_strings_and_url_objects).
The above example will be a link to `/about?name=ZEIT`. You can use every property as defined in the [Node.js URL module documentation](https://nodejs.org/api/url.html#url_url_strings_and_url_objects).
## Replace the URL instead of push
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册