summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-socket-proxy.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-12-05 07:03:04 -0800
committerRich Trott <rtrott@gmail.com>2017-12-06 16:52:31 -0800
commitd4cd8c2a77bf9d317afdc25ac6ae0f169161d452 (patch)
treef7ce589c6eba231c400595fe7e38e95dd2ab5b5f /test/parallel/test-http2-socket-proxy.js
parent3d645338a005c4318c72a050b2066d4bca313d53 (diff)
downloadandroid-node-v8-d4cd8c2a77bf9d317afdc25ac6ae0f169161d452.tar.gz
android-node-v8-d4cd8c2a77bf9d317afdc25ac6ae0f169161d452.tar.bz2
android-node-v8-d4cd8c2a77bf9d317afdc25ac6ae0f169161d452.zip
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-socket-proxy.js')
-rw-r--r--test/parallel/test-http2-socket-proxy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-socket-proxy.js b/test/parallel/test-http2-socket-proxy.js
index 60f3183779..3b15c18628 100644
--- a/test/parallel/test-http2-socket-proxy.js
+++ b/test/parallel/test-http2-socket-proxy.js
@@ -7,7 +7,7 @@ const assert = require('assert');
const h2 = require('http2');
const net = require('net');
-// Tests behaviour of the proxied socket on Http2Session
+// Tests behavior of the proxied socket on Http2Session
const errMsg = {
code: 'ERR_HTTP2_NO_SOCKET_MANIPULATION',