From 7be7b28a97d63648082927588056148084dfda02 Mon Sep 17 00:00:00 2001 From: Mikita Chyzhyk Date: Tue, 2 Feb 2021 14:13:12 +0300 Subject: [PATCH] Considering Promise.any there are 6 static methods --- 1-js/11-async/05-promise-api/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/11-async/05-promise-api/article.md b/1-js/11-async/05-promise-api/article.md index 38e13397..2375f1e7 100644 --- a/1-js/11-async/05-promise-api/article.md +++ b/1-js/11-async/05-promise-api/article.md @@ -1,6 +1,6 @@ # Promise API -There are 5 static methods in the `Promise` class. We'll quickly cover their use cases here. +There are 6 static methods in the `Promise` class. We'll quickly cover their use cases here. ## Promise.all