diff options
author | Rich Trott <rtrott@gmail.com> | 2017-12-05 07:03:04 -0800 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2017-12-06 16:52:31 -0800 |
commit | d4cd8c2a77bf9d317afdc25ac6ae0f169161d452 (patch) | |
tree | f7ce589c6eba231c400595fe7e38e95dd2ab5b5f /test/parallel/test-http2-compat-socket.js | |
parent | 3d645338a005c4318c72a050b2066d4bca313d53 (diff) | |
download | node-new-d4cd8c2a77bf9d317afdc25ac6ae0f169161d452.tar.gz |
doc: use American spellings per style guide
PR-URL: https://github.com/nodejs/node/pull/17471
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'test/parallel/test-http2-compat-socket.js')
-rw-r--r-- | test/parallel/test-http2-compat-socket.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-http2-compat-socket.js b/test/parallel/test-http2-compat-socket.js index 5d97872dfb..d30b2f2a11 100644 --- a/test/parallel/test-http2-compat-socket.js +++ b/test/parallel/test-http2-compat-socket.js @@ -7,9 +7,9 @@ const assert = require('assert'); const h2 = require('http2'); const net = require('net'); -// Tests behaviour of the proxied socket in Http2ServerRequest +// Tests behavior of the proxied socket in Http2ServerRequest // & Http2ServerResponse - this proxy socket should mimic the -// behaviour of http1 but against the http2 api & model +// behavior of http1 but against the http2 api & model const errMsg = { code: 'ERR_HTTP2_NO_SOCKET_MANIPULATION', |