From c31ef9827e5b2edf44734bc2eac6ea0f7989e914 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 17 Sep 2020 11:50:31 -0700 Subject: [PATCH] doc: revise stability section of values doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make the section a bit shorter and comply with minor elements of Microsoft Style Guide. PR-URL: https://github.com/nodejs/node/pull/35242 Reviewed-By: Mary Marchini Reviewed-By: Michaƫl Zasso Reviewed-By: Daijiro Wachi --- doc/guides/technical-values.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/guides/technical-values.md b/doc/guides/technical-values.md index b912f7610b8471..a688c0b21fe412 100644 --- a/doc/guides/technical-values.md +++ b/doc/guides/technical-values.md @@ -23,9 +23,8 @@ with Node.js. Some key elements of this include: * Enabling/supporting external packages to ensure overall developer experience ### 2 - Stability -Whenever possible, we seek to insure that currently-working code continues to -work. We seek to keep the trust of developers and end-users. Therefore, we value -stability. +Whenever possible, we seek to ensure that working code continues to work. To +keep the trust of developers and users, we value stability. Some key elements of this include: * Backwards compatibility * Stable releases on a predictable schedule