Skip to content

Commit 302060a

Browse files
tniessenaduh95
authored andcommitted
doc: change "it's" to "its" where necessary
PR-URL: #36913 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent e2b954b commit 302060a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ added: REPLACEME
16511651
-->
16521652

16531653
Encapsulates an X509 certificate and provides read-only access to
1654-
it's information.
1654+
its information.
16551655

16561656
```js
16571657
const { X509Certificate } = require('crypto');

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ An `IncomingMessage` object is created by [`http.Server`][] or
19271927
and [`'response'`][] event respectively. It may be used to access response
19281928
status, headers and data.
19291929

1930-
Different from it's `socket` value which is a subclass of {stream.Duplex}, the
1930+
Different from its `socket` value which is a subclass of {stream.Duplex}, the
19311931
`IncomingMessage` itself extends {stream.Readable} and is created separately to
19321932
parse and emit the incoming HTTP headers and payload, as the underlying socket
19331933
may be reused multiple times in case of keep-alive.

doc/api/n-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2739,7 +2739,7 @@ napi_status napi_get_buffer_info(napi_env env,
27392739
Returns `napi_ok` if the API succeeded.
27402740

27412741
This API is used to retrieve the underlying data buffer of a `node::Buffer`
2742-
and it's length.
2742+
and its length.
27432743

27442744
*Warning*: Use caution while using this API since the underlying data buffer's
27452745
lifetime is not guaranteed if it's managed by the VM.

0 commit comments

Comments
 (0)