w3ctag / promises-guide

A guide for spec authors on how to use Promises in prose and WebIDL.
https://www.w3.org/2001/tag/doc/promises-guide
192 stars 24 forks source link

Typo in "6.7. batchRequest ( urls )" #43

Closed adam-be closed 9 years ago

adam-be commented 9 years ago

In section http://www.w3.org/2001/tag/doc/promises-guide#example-batch-request

The last step says:

  1. Return the result of waiting for all of responses.

I believe "responses" should be "responsePromises" here.