From 4ea8f1117e7680564ea211c938c2f0f0ec0c2b21 Mon Sep 17 00:00:00 2001 From: lsadsfj Date: Sat, 23 Nov 2024 16:44:42 +0900 Subject: [PATCH] =?UTF-8?q?fix=20typo=20a=20->=20=E3=81=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/window/fetch/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/api/window/fetch/index.md b/files/ja/web/api/window/fetch/index.md index ef014bf427cd27..95e48e47d5a8e0 100644 --- a/files/ja/web/api/window/fetch/index.md +++ b/files/ja/web/api/window/fetch/index.md @@ -12,7 +12,7 @@ l10n: このプロミスは、そのリクエストに対するレスポンスを表す {{domxref("Response")}} で解決します。 -`fetch()` のプロミスは、ネットワークエラーが発生した場合(普通は権限の問題がaったときなど)のみ拒否されます。 +`fetch()` のプロミスは、ネットワークエラーが発生した場合(普通は権限の問題があったときなど)のみ拒否されます。 `fetch()` のプロミスは、サーバーがエラーを示す HTTP ステータスコード(`404`、`504` など)を返しても拒否されません。 代わりに、 `then()` ハンドラーで {{domxref("Response.ok")}} や {{domxref("Response.status")}} プロパティをチェックする必要があります。