-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
Comment out ellipsis in code blocks #18435
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a few errors left fro var
-> const
. Also let's get rid of the undefined log()
function, in favour of console.log()
. (log()
is a good idea in production code, but makes the snippet impossible to cut&paste)
files/en-us/web/api/performanceresourcetiming/requeststart/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/performanceresourcetiming/responseend/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/performanceresourcetiming/responsestart/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/performanceresourcetiming/secureconnectionstart/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/performanceresourcetiming/workerstart/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Jean-Yves Perrier <[email protected]>
Co-authored-by: Jean-Yves Perrier <[email protected]>
Thanks!
Yes I used to find some in those PRs(after merge). But I've stopped doing that… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Ellipsis in markdown code blocks are syntax errors.
In order to have smooth transition to Prettier and ESLint the PR comments out such bare ellipses. Refer the #18171 (comment) for more context.