From 053f9d50ad544a0fc610ed2822acb17ce20de427 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 3 Oct 2022 09:20:28 -0700 Subject: [PATCH] chore: specify that Node.js is open source and cross-platform (#4857) The fact that Node.js is open source and cross-platform is far more important to call out than that it runs on V8 so let's do that. --- locale/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/index.md b/locale/en/index.md index c15ed38b3ee7f..9a3e98fb86468 100644 --- a/locale/en/index.md +++ b/locale/en/index.md @@ -15,4 +15,4 @@ labels: version-schedule-prompt-link-text: Long Term Support (LTS) schedule --- -Node.js® is a JavaScript runtime built on [Chrome's V8 JavaScript engine](https://v8.dev/). +Node.js® is an open-source, cross-platform JavaScript runtime environment.