Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #2015 Fix typo in event loop explanation #2016

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

kevinweejh
Copy link

fix: Typo in event loop explanation

Related Issue

Fixes #2015

Description

This PR fixes a typo in the explanation in line 96. The callback of Promise.prototype.then() was queued in step 9, not step 10.

@github-actions github-actions bot added js Related to JavaScript content. snippet Related to snippets. content Changes to content. labels Sep 25, 2023
@Chalarangelo Chalarangelo merged commit 48ba9e4 into Chalarangelo:master Sep 25, 2023
1 check passed
@kevinweejh kevinweejh deleted the fix-typo-in-event-loop branch September 25, 2023 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Changes to content. js Related to JavaScript content. snippet Related to snippets.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in the event-loop-explained.md snippet
2 participants