Skip to content

Commit

Permalink
fix typo a -> あ
Browse files Browse the repository at this point in the history
  • Loading branch information
towa1204 authored and mfuji09 committed Nov 23, 2024
1 parent afb3eb8 commit 4ea8f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/api/window/fetch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ l10n:

このプロミスは、そのリクエストに対するレスポンスを表す {{domxref("Response")}} で解決します。

`fetch()` のプロミスは、ネットワークエラーが発生した場合(普通は権限の問題がaったときなど)のみ拒否されます。
`fetch()` のプロミスは、ネットワークエラーが発生した場合(普通は権限の問題があったときなど)のみ拒否されます。
`fetch()` のプロミスは、サーバーがエラーを示す HTTP ステータスコード(`404``504` など)を返しても拒否されません。
代わりに、 `then()` ハンドラーで {{domxref("Response.ok")}} や {{domxref("Response.status")}} プロパティをチェックする必要があります。

Expand Down

0 comments on commit 4ea8f11

Please sign in to comment.