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.