Skip to content

Commit b8a2341

Browse files
committed
Merge pull request mixi-inc#23 from kiwanami/patch-1
表記修正
2 parents 4c6fa0a + 6fd2491 commit b8a2341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ fetch('/users.json')
11131113

11141114

11151115

1116-
#### Promise による平行非同期処理
1116+
#### Promise による並行非同期処理
11171117

11181118
`Promise.all` を使います。
11191119

@@ -1515,9 +1515,9 @@ Lint をかけてみましょう。
15151515

15161516

15171517

1518-
#### Promise による平行非同期処理
1518+
#### Promise による並行非同期処理
15191519

1520-
Promise による平行非同期処理を通常のやりかたと
1520+
Promise による並行非同期処理を通常のやりかたと
15211521
Promise らしいやり方とでやってみました。
15221522

15231523
コードを比較してみてください。

0 commit comments

Comments
 (0)