From 0d198973fcfc8527b352c92a7ff58b363282a09b Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Sun, 15 Mar 2020 22:43:59 +0800 Subject: [PATCH] Fix typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2f5ddc0..eccba6c 100644 --- a/index.html +++ b/index.html @@ -211,7 +211,7 @@
=<< Promises >>=
-

What problem to promises solve?

+

What problems do promises solve?

  • Asynchronous request management
  • -- 2.11.0