Skip to content

Commit 12ff1a9

Browse files
doc: correct spelling in errors.md
1 parent abfafaa commit 12ff1a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/errors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ An operation was performed on a stream that had already been destroyed.
938938
### ERR_HTTP2_MAX_PENDING_SETTINGS_ACK
939939

940940
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
942942
`SETTINGS`. By default, a maximum number of unacknowledged `SETTINGS` frames may
943943
be sent at any given time. This error code is used when that limit has been
944944
reached.
@@ -964,7 +964,7 @@ forbidden.
964964
<a id="ERR_HTTP2_PING_CANCEL"></a>
965965
### ERR_HTTP2_PING_CANCEL
966966

967-
An HTTP/2 ping was cancelled.
967+
An HTTP/2 ping was canceled.
968968

969969
<a id="ERR_HTTP2_PING_LENGTH"></a>
970970
### ERR_HTTP2_PING_LENGTH
@@ -1297,11 +1297,11 @@ A failure occurred resolving imports in an [ES6 module][].
12971297
<a id="ERR_MULTIPLE_CALLBACK"></a>
12981298
### ERR_MULTIPLE_CALLBACK
12991299

1300-
A callback was called more then once.
1300+
A callback was called more than once.
13011301

13021302
*Note*: A callback is almost always meant to only be called once as the query
13031303
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.
13051305

13061306
<a id="ERR_NAPI_CONS_FUNCTION"></a>
13071307
### ERR_NAPI_CONS_FUNCTION

0 commit comments

Comments
 (0)