From bf035ca4cf99abd96e4a289e2d03d09f163f382b Mon Sep 17 00:00:00 2001 From: aster <137767097+aster-void@users.noreply.github.com> Date: Fri, 24 May 2024 23:41:12 +0900 Subject: [PATCH 1/4] changed less than a line --- docs/3-web-servers/06-form/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-web-servers/06-form/index.mdx b/docs/3-web-servers/06-form/index.mdx index 9a41f03d2..6cf45a9fa 100644 --- a/docs/3-web-servers/06-form/index.mdx +++ b/docs/3-web-servers/06-form/index.mdx @@ -4,7 +4,7 @@ title: フォーム ## クエリパラメータの利用 -入力した内容によって、次に移る(表示される)ページが異なるウェブページがあります。例として、Google で `utcode` と検索した際に表示される検索結果のページを考えてみましょう。 +入力した内容によって、次に表示されるページの内容が異なるウェブページがあります。例として、Google で `utcode` と検索した際に表示される検索結果のページを考えてみましょう。 ![クエリパラメータ](./query-parameter.png) From e3fb1d57b5c5d8803bdc98a9b3888b6be4d77b39 Mon Sep 17 00:00:00 2001 From: Yuki Kobayashi <137767097+aster-void@users.noreply.github.com> Date: Sat, 25 May 2024 17:41:39 +0900 Subject: [PATCH 2/4] changed it again --- docs/3-web-servers/06-form/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-web-servers/06-form/index.mdx b/docs/3-web-servers/06-form/index.mdx index 6cf45a9fa..d13666e94 100644 --- a/docs/3-web-servers/06-form/index.mdx +++ b/docs/3-web-servers/06-form/index.mdx @@ -4,7 +4,7 @@ title: フォーム ## クエリパラメータの利用 -入力した内容によって、次に表示されるページの内容が異なるウェブページがあります。例として、Google で `utcode` と検索した際に表示される検索結果のページを考えてみましょう。 +入力した内容によって、遷移した先のページで表示される内容が異なるウェブページがあります。例として、Google で `utcode` と検索した際に表示される検索結果のページを考えてみましょう。 ![クエリパラメータ](./query-parameter.png) From 0c3bcb42f5d5e1e6420cffaa7ffc3507455bf5ea Mon Sep 17 00:00:00 2001 From: Yuki Kobayashi <137767097+aster-void@users.noreply.github.com> Date: Sun, 26 May 2024 14:05:50 +0900 Subject: [PATCH 3/4] fixed it again --- docs/3-web-servers/06-form/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-web-servers/06-form/index.mdx b/docs/3-web-servers/06-form/index.mdx index d13666e94..fa2a06fda 100644 --- a/docs/3-web-servers/06-form/index.mdx +++ b/docs/3-web-servers/06-form/index.mdx @@ -4,7 +4,7 @@ title: フォーム ## クエリパラメータの利用 -入力した内容によって、遷移した先のページで表示される内容が異なるウェブページがあります。例として、Google で `utcode` と検索した際に表示される検索結果のページを考えてみましょう。 +入力した内容によって、次に移るページで表示される内容が異なるウェブページがあります。例として、Google で `utcode` と検索した際に表示される検索結果のページを考えてみましょう。 ![クエリパラメータ](./query-parameter.png) From 18d8b591543334fc38e6a5cf0acd714afd0dede2 Mon Sep 17 00:00:00 2001 From: Yuki Kobayashi <137767097+aster-void@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:25:54 +0900 Subject: [PATCH 4/4] =?UTF-8?q?=E5=86=85=E5=AE=B9=20->=20=E3=82=82?= =?UTF-8?q?=E3=81=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/3-web-servers/06-form/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-web-servers/06-form/index.mdx b/docs/3-web-servers/06-form/index.mdx index fa2a06fda..5171bed5f 100644 --- a/docs/3-web-servers/06-form/index.mdx +++ b/docs/3-web-servers/06-form/index.mdx @@ -4,7 +4,7 @@ title: フォーム ## クエリパラメータの利用 -入力した内容によって、次に移るページで表示される内容が異なるウェブページがあります。例として、Google で `utcode` と検索した際に表示される検索結果のページを考えてみましょう。 +入力した内容によって、次に移るページで表示されるものが異なるウェブページがあります。例として、Google で `utcode` と検索した際に表示される検索結果のページを考えてみましょう。 ![クエリパラメータ](./query-parameter.png)