sprints
sprints copied to clipboard
Wrong link on page "Promises benutzen"
Request type
- [ ] Please close this issue, I accidentally submitted it without adding any details
- [ ] New documentation
- [x] Correction or update
Details
The "async/await" link at the end of the German MDN article "Using Promises" links to an English "queueMicrotasks" article instead of async/await. See this screenshot:

This is the wrong link: ❌ https://developer.mozilla.org/en-US/docs/Web/API/queueMicrotask
I used the English "Using Promises" page to find the correct link for async/await. This would be the correct link for the German version: ✔️ https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Statements/async_function