Skip to content

Commit 8a4b46c

Browse files
committed
[번역] promise-all-failure solution.md 원문 대비 번역 수정
1 parent 8cc8563 commit 8a4b46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/11-async/08-async-await/04-promise-all-failure

1-js/11-async/08-async-await/04-promise-all-failure/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function customPromiseAll(promises) {
4242

4343
이 방식에도 문제가 있습니다. 쿼리가 아직 처리 중일 때 `disconnect()`를 호출하는 것은 대개 바람직하지 않습니다.
4444

45-
특히 일부 쿼리가 중요한 업데이트를 수행한다면 모든 쿼리가 완료되는 것이 중요할 수 있습니다.
45+
특히 일부 쿼리가 중요한 업데이트를 처리한다면 모든 쿼리가 끝까지 완료되어야 할 수 있습니다.
4646

4747
따라서 실행을 계속 진행하고 마지막에 연결을 끊기 전에 모든 프라미스가 처리될 때까지 기다려야 합니다.
4848

0 commit comments

Comments
 (0)