We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9a0de commit d887222Copy full SHA for d887222
src/language-markdown/print-whitespace.js
@@ -37,7 +37,7 @@ const lineBreakBetweenTheseAndCJConvertsToSpace = new Set(
37
* distinguishes between independent and dependent clauses, however we cannot
38
* do that so we rely on punctuation and `MAY` in the spec.
39
*
40
- * To avoid comma-separated lists being splayed across many lines We use a more
+ * To avoid comma-separated lists being splayed across many lines we use a more
41
* conservative list of characters to split on:
42
43
* - not comma (`,`) to avoid lists being splayed across many lines
0 commit comments