Skip to content

Commit d547d1c

Browse files
rexagodcodebytere
authored andcommitted
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: #33787 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent 3b43741 commit d547d1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/guides/doc-style-guide.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@
6161
<!-- lint disable prohibited-strings remark-lint-->
6262
* NOT OK: It is important to note that, in all cases, the return value will be
6363
a string regardless.
64-
<!-- lint enable prohibited-strings remark-lint-->
6564
* For headings, use sentence case, not title case.
65+
<!-- lint enable prohibited-strings remark-lint-->
6666
* OK: _## Everybody to the limit_
6767
* NOT OK: _## Everybody To The Limit_
6868
* When referring to a version of Node.js in prose, use _Node.js_ and the version
6969
number. Do not prefix the version number with _v_ in prose. This is to avoid
70-
confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript
70+
confusion about whether _V8_ refers to Node.js 8.x or the V8 JavaScript
7171
engine.
72+
<!-- lint enable prohibited-strings remark-lint-->
7273
* OK: _Node.js 14.x_, _Node.js 14.3.1_
7374
* NOT OK: _Node.js v14_
7475

0 commit comments

Comments
 (0)