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>
This commit is contained in:
Rich Trott 2017-12-05 07:03:04 -08:00
parent 3d645338a0
commit d4cd8c2a77
17 changed files with 21 additions and 21 deletions

View file

@ -3,7 +3,7 @@
// Note: This is a variant of test-net-write-fully-async-hex-string.js.
// This always worked, but it seemed appropriate to add a test that checks the
// behaviour for Buffers, too.
// behavior for Buffers, too.
const common = require('../common');
const net = require('net');