Skip to content

Commit 7a21bf3

Browse files
author
Kuniwak
committed
s/fetch API/Fetch API
1 parent 4d784ff commit 7a21bf3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ console.log(2);
10141014
JavaScript にはサーバーと非同期に通信するための
10151015
API が用意されています。
10161016

1017-
- [fetch API](http://www.hcn.zaq.ne.jp/___/WEB/Fetch-ja.html)
1017+
- [Fetch API](http://www.hcn.zaq.ne.jp/___/WEB/Fetch-ja.html)
10181018

10191019
現在策定中の新しい標準仕様
10201020

@@ -1026,14 +1026,14 @@ API が用意されています。
10261026

10271027

10281028
今回は、JavaScript の将来を見据えて、
1029-
fetch API によるサーバーとの通信を
1029+
Fetch API によるサーバーとの通信を
10301030
トレーニングします。
10311031

10321032

10331033

1034-
#### fetch API
1034+
#### Fetch API
10351035

1036-
fetch API は下のように書きます。
1036+
Fetch API は下のように書きます。
10371037
このコードは、`/users.json`
10381038
取得します。
10391039

@@ -1164,7 +1164,7 @@ fetch('/api/foo')
11641164

11651165
- [Promise に関する参考情報](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Promise)
11661166
- [Promise 参考情報(重量級)](http://azu.github.io/promises-book/)
1167-
- [fetch API に関する参考情報](https://github.com/github/fetch)
1167+
- [Fetch API に関する参考情報](https://github.com/github/fetch)
11681168
- [Github API に関する参考情報](https://developer.github.com/v3/)
11691169

11701170

0 commit comments

Comments
 (0)