From d547d1c1bc636acc3953c422d57df837939a7e4e Mon Sep 17 00:00:00 2001 From: Pranshu Srivastava Date: Mon, 8 Jun 2020 04:56:16 +0530 Subject: [PATCH] doc: fix linting in doc-style-guide.md Disable lint checks (enable prohibited-strings remark-lint) for doc-style-guide.md:66. This was producing lint errors in builds on master. PR-URL: https://github.com/nodejs/node/pull/33787 Reviewed-By: Rich Trott Reviewed-By: Daniel Bevenius --- doc/guides/doc-style-guide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/guides/doc-style-guide.md b/doc/guides/doc-style-guide.md index 286727b42d88f3..5f076698784e29 100644 --- a/doc/guides/doc-style-guide.md +++ b/doc/guides/doc-style-guide.md @@ -61,14 +61,15 @@ * NOT OK: It is important to note that, in all cases, the return value will be a string regardless. - * For headings, use sentence case, not title case. + * OK: _## Everybody to the limit_ * NOT OK: _## Everybody To The Limit_ * When referring to a version of Node.js in prose, use _Node.js_ and the version number. Do not prefix the version number with _v_ in prose. This is to avoid - confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript + confusion about whether _V8_ refers to Node.js 8.x or the V8 JavaScript engine. + * OK: _Node.js 14.x_, _Node.js 14.3.1_ * NOT OK: _Node.js v14_