We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8fd3d commit 3a9036bCopy full SHA for 3a9036b
1 file changed
docs/3-web-servers/07-get-post/index.mdx
@@ -80,7 +80,7 @@ app.listen(3000);
80
81
<video src={postInDevelopment1} controls />
82
83
-そして `name` 欄の `send` をクリックし、 `Headers` を選択すると `general` 欄の `Requested method` が `POST` になっています。また、 `Headers` の横にある `Payload` を選択し `Form data` を見ると、 `name` と `age` の情報が載っています。
+そして `Name` 欄の `send` をクリックし、 `Headers` を選択すると `general` 欄の `Requested method` が `POST` になっています。また、 `Headers` の横にある `Payload` を選択し `Form data` を見ると、 `name` と `age` の情報が載っています。
84
85
<video src={postInDevelopment2} controls />
86
0 commit comments