Skip to content

Commit 5a85620

Browse files
committed
doc: fixup odd formatting issue
1 parent a15a5dc commit 5a85620

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/contributing/large-pull-requests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ change (lines added minus lines deleted). This threshold applies across all
3535
files in the pull request, including changes in `deps/`, `test/`, `doc/`,
3636
`lib/`, `src/`, and `tools/`.
3737

38-
Any pull request that adds a new subsystem, e.g. `node:foo` or `node:foo/bar`,
38+
Any pull request that adds a new subsystem, e.g. `node:foo` or `node:foo/bar`,
3939
is automatically considered a large pull request and subject to the same rules.
4040

4141
Changes in `deps/` are included in this count. Dependency changes are
@@ -60,7 +60,7 @@ Large pull requests may only be opened by existing
6060
[collaborators](https://github.com/nodejs/node/#current-project-team-members).
6161
Non-collaborators are strongly discouraged from opening pull requests of this size.
6262
Large pull requests from non-collaborators will be closed unless it has been discussed
63-
in an issue and has a collaborator to champion the work.
63+
in an issue and has a collaborator to champion the work.
6464

6565
## Requirements
6666

@@ -129,7 +129,7 @@ to stand on its own.
129129

130130
### Strategies for reducing the review length in single pull requests
131131

132-
Large pull requests may involve a longer review process that becomes practically
132+
Large pull requests may involve a longer review process that becomes practically
133133
impossible to track on GitHub due to UI limitations. These strategies help reduce
134134
the review length in a single pull request.
135135

0 commit comments

Comments
 (0)