Skip to content
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

chore: fix typos in docs #32292

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2281,7 +2281,7 @@ changes:
* `http2.constants.PADDING_STRATEGY_NONE`: No padding is applied.
* `http2.constants.PADDING_STRATEGY_MAX`: The maximum amount of padding,
determined by the internal implementation, is applied.
* `http2.constants.PADDING_STRATEGY_ALIGNED`: Attemps to apply enough
* `http2.constants.PADDING_STRATEGY_ALIGNED`: Attempts to apply enough
padding to ensure that the total frame length, including the
9-byte header, is a multiple of 8. For each frame, there is a maximum
allowed number of padding bytes that is determined by current flow control
Expand Down
2 changes: 1 addition & 1 deletion doc/guides/maintaining-openssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The commit message can be (with the openssl version set to the relevant value):
deps: update archs files for OpenSSL-1.1.0
After an OpenSSL source update, all the config files need to be regenerated and
comitted by:
committed by:
$ cd deps/openssl/config
$ make
$ git add deps/openssl/config/archs
Expand Down
2 changes: 1 addition & 1 deletion doc/guides/maintaining-zlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Check that Node.js still builds and tests.
It may be necessary to update deps/zlib/zlib.gyp if any significant changes have
occurred upstream.

## Commiting zlib
## Committing zlib

Add zlib: `git add --all deps/zlib`

Expand Down