doc: make spelling of behavior consistent · nodejs/node@a7b51af · GitHub
Skip to content

Commit a7b51af

Browse files
mhdawsonMylesBorins
authored andcommitted
doc: make spelling of behavior consistent
In the api docs there were some instances of behaviour and many more with behavior. I was asked as part of a review on a different PR which one to use and went with behavior to be consistent with the majority. Our style guide states that American English spelling is preferred. PR-URL: #13245 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Kunal Pathak <kunal.pathak@microsoft.com>
1 parent ebbde61 commit a7b51af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ important ways:
15901590
- TTYs (Terminals): *asynchronous* on Windows, *synchronous* on Unix
15911591
- Pipes (and sockets): *synchronous* on Windows, *asynchronous* on Unix
15921592

1593-
These behaviours are partly for historical reasons, as changing them would
1593+
These behaviors are partly for historical reasons, as changing them would
15941594
create backwards incompatibility, but they are also expected by some users.
15951595

15961596
Synchronous writes avoid problems such as output written with `console.log()` or

doc/api/tls.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)