Skip to content

Commit 7b15244

Browse files
authored
フォームの章の request.query の説明を追加した (#779)
1 parent 6127274 commit 7b15244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3-web-servers/06-form/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ https://www.google.com/search?q=utcode&sourceid=chrome&ie=UTF-8
2424
| `sourceid` | `chrome` |
2525
| `ie` | `UTF-8` |
2626

27-
Express からクエリパラメータを利用する場合、`request.query` ([`express.Request#query` プロパティ](https://expressjs.com/ja/api.html#req.query)) にこれらの値が格納されています
27+
Express からクエリパラメータを利用する場合、`request.query` ([`express.Request#query` プロパティ](https://expressjs.com/ja/api.html#req.query)) にこれらの値がオブジェクトとして格納されています
2828

2929
```javascript title="main.mjs"
3030
import express from "express";

0 commit comments

Comments
 (0)