diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f0bb5688f8395..e6e8b2814319c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -128,7 +128,7 @@ for getting things done and landing your contribution. > We use [GitHub Merge Queues](https://github.blog/2023-07-12-github-merge-queue-is-generally-available/) > which means that before merge the PRs get automatically updated and checked against the latest changes on the base branch. > -> This also reduces the amount of times we need to run our CI checks, as every new push requires freshly new CI-checks. +> This also reduces the amount of times we need to run our CI checks, as every new push requires fresh new CI-checks. ### CLI Commands diff --git a/util/getNodeDownloadSnippet.ts b/util/getNodeDownloadSnippet.ts index e4a7cfc15e6d5..f2568094e12bc 100644 --- a/util/getNodeDownloadSnippet.ts +++ b/util/getNodeDownloadSnippet.ts @@ -36,7 +36,7 @@ export const getNodeDownloadSnippet = (release: NodeRelease, os: UserOS) => { # installs nvm (Node Version Manager) curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash - # download and install Node.js + # download and install Node.js (you may need to restart the terminal) nvm install ${release.major} # verifies the right Node.js version is in the environment