mdn / sprints

Archived: MDN Web Docs issues are tracked in the content repository.
https://github.com/mdn/content
Creative Commons Zero v1.0 Universal
150 stars 142 forks source link

https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise/all #3965

Closed custs21113 closed 3 years ago

custs21113 commented 3 years ago

Request type

Details

I found an editorial error. “The Promise.all () method takes an iterable of promises as an input, and returns a single Promise that resolves to an array of the results of the input promises.” This sentence is Iterable in the original text, but it is wrongly typed as "idterable" in the Chinese version.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise/all

hamishwillee commented 3 years ago

Hi, Generally speaking the MDN team do not have bandwidth to fix translations (in this case I did). In future please feel free to edit the page and fix these things yourself!