diff options
author | Rich Trott <rtrott@gmail.com> | 2019-03-04 15:32:34 -0800 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-03-06 15:50:43 -0800 |
commit | 7ffbb4606f65a770fcfbcdd8eaa365ed2298f803 (patch) | |
tree | bdf7c8c75ec2579a1ce0bd390e590db8bdccbd55 /COLLABORATOR_GUIDE.md | |
parent | d50fc510a8a658709b13070b44b66ff72b80af56 (diff) | |
download | node-new-7ffbb4606f65a770fcfbcdd8eaa365ed2298f803.tar.gz |
doc: standardize on End-of-Life capitalization
Use "End-of-Life" everywhere and not "End-of-life" or "End-Of-Life".
PR-URL: https://github.com/nodejs/node/pull/26442
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r-- | COLLABORATOR_GUIDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 281077a91c..608dd347e5 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -359,7 +359,7 @@ the three Deprecation levels. Documentation-Only Deprecations may land in a minor release. They may not change to a Runtime Deprecation until the next major release. -No API can change to End-of-life without going through a Runtime Deprecation +No API can change to End-of-Life without going through a Runtime Deprecation cycle. There is no rule that deprecated code must progress to End-of-Life. Documentation-Only and Runtime Deprecations may remain in place for an unlimited duration. |