Skip to content

Commit 2f428e0

Browse files
Update packages/remark-lint/README.md
Co-authored-by: Ethan Arrowood <[email protected]> Signed-off-by: Aviv Keller <[email protected]>
1 parent d406efc commit 2f428e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remark-lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ This is usually a {boolean}, but it could also be a {string|number}.
119119
**Not allowed:**
120120

121121
```markdown
122-
This is an {invalid} type, and so is {string | number}.
122+
This is an {invalid} type, and so is {string | number} because there should **not** be whitespace around the `|`.
123123
```
124124

125125
### `node-core:yaml-comments`

0 commit comments

Comments
 (0)