Skip to content

Commit 29c9cc8

Browse files
Trotttargos
authored andcommittedJul 13, 2021
doc: do not use & for "and" in text
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 0b3b269 commit 29c9cc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎doc/guides/writing-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add tests when:
2020

2121
## Test directory structure
2222

23-
See [directory structure overview][] for outline of existing test & locations.
23+
See [directory structure overview][] for outline of existing test and locations.
2424
When deciding on whether to expand an existing test file or create a new one,
2525
consider going through the files related to the subsystem.
2626
For example, look for `test-streams` when writing a test for `lib/streams.js`.

‎doc/node.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ Documentation:
698698
.Sy https://nodejs.org/api/
699699
.
700700
.Pp
701-
GitHub repository & Issue Tracker:
701+
GitHub repository and issue tracker:
702702
.Sy https://github.com/nodejs/node
703703
.
704704
.Pp

‎onboarding.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ onboarding session.
2626

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

63-
## Project goals & values
63+
## Project goals and values
6464

6565
* Collaborators are the collective owners of the project
6666
* The project has the goals of its contributors

0 commit comments

Comments
 (0)
Please sign in to comment.