Skip to content

Commit d2b1601

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: replace wrong U+00A0 by common spaces
PR-URL: #17940 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jon Moss <[email protected]>
1 parent 658bdb3 commit d2b1601

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/api/dgram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ If `msg` is a `String`, then it is automatically converted to a `Buffer`
295295
with `'utf8'` encoding. With messages that
296296
contain multi-byte characters, `offset` and `length` will be calculated with
297297
respect to [byte length][] and not the character position.
298-
If `msg` is an array, `offset` and `length` must not be specified.
298+
If `msg` is an array, `offset` and `length` must not be specified.
299299

300300
The `address` argument is a string. If the value of `address` is a host name,
301301
DNS will be used to resolve the address of the host. If `address` is not

doc/api/http2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ the status message for HTTP codes is ignored.
20252025
### ALPN negotiation
20262026

20272027
ALPN negotiation allows to support both [HTTPS][] and HTTP/2 over
2028-
the same socket. The `req` and `res` objects can be either HTTP/1 or
2028+
the same socket. The `req` and `res` objects can be either HTTP/1 or
20292029
HTTP/2, and an application **must** restrict itself to the public API of
20302030
[HTTP/1][], and detect if it is possible to use the more advanced
20312031
features of HTTP/2.

doc/api/tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ changes:
846846
* `servername`: {string} Server name for the SNI (Server Name Indication) TLS
847847
extension.
848848
* `checkServerIdentity(servername, cert)` {Function} A callback function
849-
   to be used (instead of the builtin `tls.checkServerIdentity()` function)
849+
to be used (instead of the builtin `tls.checkServerIdentity()` function)
850850
when checking the server's hostname (or the provided `servername` when
851851
explicitly set) against the certificate. This should return an {Error} if
852852
verification fails. The method should return `undefined` if the `servername`

0 commit comments

Comments
 (0)