@@ -938,7 +938,7 @@ An operation was performed on a stream that had already been destroyed.
938
938
### ERR_HTTP2_MAX_PENDING_SETTINGS_ACK
939
939
940
940
Whenever an HTTP/2 ` SETTINGS ` frame is sent to a connected peer, the peer is
941
- required to send an acknowledgement that it has received and applied the new
941
+ required to send an acknowledgment that it has received and applied the new
942
942
` SETTINGS ` . By default, a maximum number of unacknowledged ` SETTINGS ` frames may
943
943
be sent at any given time. This error code is used when that limit has been
944
944
reached.
@@ -964,7 +964,7 @@ forbidden.
964
964
<a id =" ERR_HTTP2_PING_CANCEL " ></a >
965
965
### ERR_HTTP2_PING_CANCEL
966
966
967
- An HTTP/2 ping was cancelled .
967
+ An HTTP/2 ping was canceled .
968
968
969
969
<a id =" ERR_HTTP2_PING_LENGTH " ></a >
970
970
### ERR_HTTP2_PING_LENGTH
@@ -1297,11 +1297,11 @@ A failure occurred resolving imports in an [ES6 module][].
1297
1297
<a id =" ERR_MULTIPLE_CALLBACK " ></a >
1298
1298
### ERR_MULTIPLE_CALLBACK
1299
1299
1300
- A callback was called more then once.
1300
+ A callback was called more than once.
1301
1301
1302
1302
* Note* : A callback is almost always meant to only be called once as the query
1303
1303
can either be fulfilled or rejected but not both at the same time. The latter
1304
- would be possible by calling a callback more then once.
1304
+ would be possible by calling a callback more than once.
1305
1305
1306
1306
<a id =" ERR_NAPI_CONS_FUNCTION " ></a >
1307
1307
### ERR_NAPI_CONS_FUNCTION
0 commit comments