We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6127274 commit 7b15244Copy full SHA for 7b15244
docs/3-web-servers/06-form/index.mdx
@@ -24,7 +24,7 @@ https://www.google.com/search?q=utcode&sourceid=chrome&ie=UTF-8
24
| `sourceid` | `chrome` |
25
| `ie` | `UTF-8` |
26
27
-Express からクエリパラメータを利用する場合、`request.query` ([`express.Request#query` プロパティ](https://expressjs.com/ja/api.html#req.query)) にこれらの値が格納されています。
+Express からクエリパラメータを利用する場合、`request.query` ([`express.Request#query` プロパティ](https://expressjs.com/ja/api.html#req.query)) にこれらの値がオブジェクトとして格納されています。
28
29
```javascript title="main.mjs"
30
import express from "express";
0 commit comments