File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1651,7 +1651,7 @@ added: v15.6.0
1651
1651
-->
1652
1652
1653
1653
Encapsulates an X509 certificate and provides read-only access to
1654
- it's information.
1654
+ its information.
1655
1655
1656
1656
``` js
1657
1657
const { X509Certificate } = require (' crypto' );
Original file line number Diff line number Diff line change @@ -1913,7 +1913,7 @@ An `IncomingMessage` object is created by [`http.Server`][] or
1913
1913
and [ ` 'response' ` ] [ ] event respectively. It may be used to access response
1914
1914
status, headers and data.
1915
1915
1916
- Different from it's ` socket ` value which is a subclass of {stream.Duplex}, the
1916
+ Different from its ` socket ` value which is a subclass of {stream.Duplex}, the
1917
1917
` IncomingMessage ` itself extends {stream.Readable} and is created separately to
1918
1918
parse and emit the incoming HTTP headers and payload, as the underlying socket
1919
1919
may be reused multiple times in case of keep-alive.
Original file line number Diff line number Diff line change @@ -2739,7 +2739,7 @@ napi_status napi_get_buffer_info(napi_env env,
2739
2739
Returns `napi_ok` if the API succeeded.
2740
2740
2741
2741
This API is used to retrieve the underlying data buffer of a `node::Buffer`
2742
- and it's length.
2742
+ and its length.
2743
2743
2744
2744
*Warning*: Use caution while using this API since the underlying data buffer's
2745
2745
lifetime is not guaranteed if it's managed by the VM.
You can’t perform that action at this time.
0 commit comments