Skip to content

Commit

Permalink
doc: do not use & for "and" in text
Browse files Browse the repository at this point in the history
This also changes a line in the man page to be sentence case.

Refs: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/term-collections/special-characters

PR-URL: #39345
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
Trott committed Jul 12, 2021
1 parent 91ec27f commit f0838a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/guides/writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add tests when:

## Test directory structure

See [directory structure overview][] for outline of existing test & locations.
See [directory structure overview][] for outline of existing test and locations.
When deciding on whether to expand an existing test file or create a new one,
consider going through the files related to the subsystem.
For example, look for `test-streams` when writing a test for `lib/streams.js`.
Expand Down
2 changes: 1 addition & 1 deletion doc/node.1
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ Documentation:
.Sy https://nodejs.org/api/
.
.Pp
GitHub repository & Issue Tracker:
GitHub repository and issue tracker:
.Sy https://github.com/nodejs/node
.
.Pp
Expand Down
4 changes: 2 additions & 2 deletions onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ onboarding session.

* This session will cover:
* [local setup](#local-setup)
* [project goals & values](#project-goals--values)
* [project goals and values](#project-goals-and-values)
* [managing the issue tracker](#managing-the-issue-tracker)
* [reviewing PRs](#reviewing-prs)
* [landing PRs](#landing-prs)
Expand Down Expand Up @@ -60,7 +60,7 @@ The project has two venues for real-time discussion:
* [`#nodejs-dev`](https://openjs-foundation.slack.com/archives/C019Y2T6STH) on
the [OpenJS Foundation](https://slack-invite.openjsf.org/)

## Project goals & values
## Project goals and values

* Collaborators are the collective owners of the project
* The project has the goals of its contributors
Expand Down

0 comments on commit f0838a0

Please sign in to comment.