-
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
chore(learn): small update #6132
Conversation
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.
LGTM!
Nice addition! Thank you, Augustin!
Just one things to do before merge, just verify grammar. yep I'm dysorthographic |
Lighthouse Results
|
pages/en/learn/command-line/how-to-read-environment-variables-from-nodejs.md
Outdated
Show resolved
Hide resolved
pages/en/learn/command-line/run-nodejs-scripts-from-the-command-line.md
Outdated
Show resolved
Hide resolved
pages/en/learn/command-line/run-nodejs-scripts-from-the-command-line.md
Outdated
Show resolved
Hide resolved
pages/en/learn/command-line/run-nodejs-scripts-from-the-command-line.md
Outdated
Show resolved
Hide resolved
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.
overall I appreciate the attention to detail to improve the docs - thanks @AugustinMauroy
a couple of suggestions applied
pages/en/learn/command-line/output-to-the-command-line-using-nodejs.md
Outdated
Show resolved
Hide resolved
pages/en/learn/command-line/how-to-read-environment-variables-from-nodejs.md
Outdated
Show resolved
Hide resolved
…from-nodejs.md Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
…odejs.md Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
pages/en/learn/command-line/run-nodejs-scripts-from-the-command-line.md
Outdated
Show resolved
Hide resolved
…d-line.md Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
Description
small modification on learn section to make it fairer and more up-to-date. I test all code
node:
for internal modules.Validation
Related Issues
No related issues
Check List
npx turbo lint
to ensure the code follows the style guide. And runnpx turbo lint:fix
to fix the style errors if necessary.npx turbo format
to ensure the code follows the style guide.npx turbo test
to check if all tests are passing.