summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILDING.md2
-rw-r--r--COLLABORATOR_GUIDE.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 2021609288..c363279ee5 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -72,7 +72,7 @@ There are three support tiers:
For production applications, run Node.js on supported platforms only.
Node.js does not support a platform version if a vendor has expired support
-for it. In other words, Node.js does not support running on End-of-life (EoL)
+for it. In other words, Node.js does not support running on End-of-Life (EoL)
platforms. This is true regardless of entries in the table below.
| System | Support type | Version | Architectures | Notes |
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.