-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: code block with incorrect language #5896
Conversation
👷 Deploy request for cypress-docs pending review.Visit the deploys page to approve it
|
|
There is special pre-processing used on this page and your change fails formatting checks, so I suspect that it may not be necessary to change. You could check how |
Hi @MikeMcC399, thanks for responding. It turned out that it was caused by the incorrect format in the JSON code block (unquoted keys and single quotes around values). I've fixed the issue and updated the PR. From the documentation, |
I understand now that you are correcting an issue in https://docs.cypress.io/guides/tooling/reporters#Command-line-3 which is supposed to display an example |
@MikeMcC399 No problem. Thanks for helping check the CI results anyway! |
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.
@sumimakito Thanks for the fix!
According to the context, the below code block should be for a JSON file. However, it is rendered as
cypress.config.js/ts
: