Skip to content

Commit 2fd443c

Browse files
fix: spacing
1 parent a4c43c6 commit 2fd443c

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

doc/contributing/maintaining-brotli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ brotli source files.
1010

1111
Check that Node.js still builds and tests.
1212

13-
## Committing postject
13+
## Committing brotli
1414

1515
1. Add brotli:
1616
```console
1717
$ git add deps/brotli
1818
```
1919
2. Commit the changes: `git commit`.
2020
3. Add a message like:
21-
2221
```text
2322
deps,test: update brotli to <version>
2423

doc/contributing/maintaining-postject.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Check that Node.js still builds and tests.
1919
```
2020
2. Commit the changes: `git commit`.
2121
3. Add a message like:
22-
2322
```text
2423
deps,test: update postject to <version>
2524

doc/contributing/maintaining-undici.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ undici source files.
1010

1111
Check that Node.js still builds and tests.
1212

13-
## Committing postject
13+
## Committing brotli
1414

1515
1. Add undici:
1616
```console
1717
$ git add deps/undici
1818
```
1919
2. Commit the changes: `git commit`.
2020
3. Add a message like:
21-
2221
```text
2322
deps,test: update undici to <version>
2423

0 commit comments

Comments
 (0)