-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
doc: correct grammar in README.md #8892
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ source libraries in the world. | |
|
|
||
| The Node.js project is supported by the | ||
| [Node.js Foundation](https://nodejs.org/en/foundation/). Contributions, | ||
| policies and releases are managed under an | ||
| policies, and releases are managed under an | ||
| [open governance model](./GOVERNANCE.md). We are also bound by a | ||
| [Code of Conduct](./CODE_OF_CONDUCT.md). | ||
|
|
||
|
|
@@ -44,7 +44,7 @@ The Node.js project maintains multiple types of releases: | |
| versioned by [SemVer](http://semver.org/) and signed by a member of the | ||
| [Release Team](#release-team). | ||
| Code for Current releases is organized in this repository by major version | ||
| number, For example: [v4.x](https://github.com/nodejs/node/tree/v4.x). | ||
| number, For example, [v4.x](https://github.com/nodejs/node/tree/v4.x). | ||
| The major version number of Current releases will increment every 6 months | ||
| allowing for breaking changes to be introduced. This happens in April and | ||
| October every year. Current release lines beginning in October each year have | ||
|
|
@@ -73,7 +73,7 @@ Binaries, installers, and source tarballs are available at | |
| <https://nodejs.org/download/release/>, listed under their version strings. | ||
| The [latest](https://nodejs.org/download/release/latest/) directory is an | ||
| alias for the latest Current release. The latest LTS release from an LTS | ||
| line is available in the form: latest-_codename_. For example: | ||
| line is available in the form: latest-_codename_. For example, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. IMHO colon looks better here.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mscdex Agree. I will make the change. |
||
| <https://nodejs.org/download/release/latest-argon> | ||
|
|
||
| **Nightly** builds are available at | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think changing the preceding comma to a period would be a better change here:
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.
@mscdex Agree.