From 1e6817a10adcc1c564fd7a56783240671c81a29e 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. --- doc/guides/doc-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/doc-style-guide.md b/doc/guides/doc-style-guide.md index 4429501e708514..2e8acf02546763 100644 --- a/doc/guides/doc-style-guide.md +++ b/doc/guides/doc-style-guide.md @@ -61,11 +61,11 @@ * NOT OK: It is important to note that, in all cases, the return value will be a string regardless. - * 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 engine. + * OK: _Node.js 14.x_, _Node.js 14.3.1_ * NOT OK: _Node.js v14_