-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
docs: add missing backticks to introduction-to-nodejs.md
#7539
Conversation
Hello, I've added missing backticks to `introduction-to-nodejs.md`. I believe that `statusCode`, `200`, and `Content-Type` are code related values, so they must be wrapped in backticks (inline code blocks). Signed-off-by: 루밀LuMir <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
PR Overview
This PR updates the documentation in "introduction-to-nodejs.md" to properly wrap code-related values in backticks for improved clarity.
- Added inline code formatting for "statusCode", "200", and "Content-Type" in the descriptive text.
Reviewed Changes
File | Description |
---|---|
apps/site/pages/en/learn/getting-started/introduction-to-nodejs.md | Updated inline code formatting to wrap code-related terms in backticks. |
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
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.
lgtm
Lighthouse Results
|
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.
LGTM
Description
Hello,
I've added missing backticks to
introduction-to-nodejs.md
.I believe that
statusCode
,200
, andContent-Type
are code related values, so they must be wrapped in backticks (inline code blocks).Validation
Related Issues
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.