Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-02-04 13:05:26 +0300
committerAnna Henningsen <anna@addaleax.net>2017-02-04 13:21:03 +0300
commit0101d77a22bef19830d8f39c3727801513df63a1 (patch)
treefbd4a6a6d4db9ef0af46496a7f99107235ee76ef /COLLABORATOR_GUIDE.md
parent33b4e470b54d7c2a15775f1b3c1a5f723cbd36c4 (diff)
doc: typographical fixes in COLLABORATOR_GUIDE.md
Fix a typo and add a missing line break. PR-URL: https://github.com/nodejs/node/pull/11163 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index dd5bc4e8005..4ce11257b70 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -122,7 +122,7 @@ followed to determine which aspects of the Node.js API are considered
Exception to each of these points can be made if use or behavior of a given
internal API can be demonstrated to be sufficiently relied upon by the Node.js
-ecosystem such that any changes would cause too much breakage. The threshhold
+ecosystem such that any changes would cause too much breakage. The threshold
for what qualifies as "too much breakage" is to be decided on a case-by-case
basis by the CTC.
@@ -161,7 +161,8 @@ sufficient review by collaborators and approval of at least two CTC members.
Examples of breaking changes include, but are not necessarily limited to,
removal or redefinition of existing API arguments, changing return values
-(except when return values do not currently exist), removing or modifying existing properties on an options argument, adding or removing errors,
+(except when return values do not currently exist), removing or modifying
+existing properties on an options argument, adding or removing errors,
changing error messages in any way, altering expected timing of an event (e.g.
moving from sync to async responses or vice versa), and changing the
non-internal side effects of using a particular API.