From 0b4b4489ebfd7815971172abcac3e3cd90558362 Mon Sep 17 00:00:00 2001 From: Shane McCarron Date: Mon, 26 Sep 2016 10:53:23 -0500 Subject: [PATCH] change 'promise' to 'Promise' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 38ec31b..0cbc050 100644 --- a/index.html +++ b/index.html @@ -653,7 +653,7 @@

Overview of Service-Worker-Based Approach

is necessary, the payment app can open a payment app window for that purpose.
  • Finally, once the payment app is finished with its processing, it - resolves a promise passed to it in the event. This causes the + resolves a Promise passed to it in the event. This causes the Promise<PaymentResponse> returned from PaymentRequest.show() to resolve.