Skip to content

Commit 212203f

Browse files
evilonCopilot
andauthored
Update docs/playbook-guide.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7786bd9 commit 212203f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/playbook-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Remember these when checking language issues:
146146
- When looking at the source code, understand that &apos; equals to apostrophe
147147
- Find space-will-be-missing issues when reviewing .tsx files. In JSX, whitespace-only lines between text content are stripped. Only flag an issue if BOTH:
148148
1. A line ends with a closing tag (like `</em>`, `</strong>`, `</a>`) with nothing after it (no space, no `{" "}`, no other text) before the line break
149-
2. The next line starts with any other text than punctuation or an opening tag
149+
2. The next line starts with any text other than punctuation or an opening tag
150150
Do NOT flag if the closing tag is followed by space, `{" "}`, or any other text on the same line. See the examples below.
151151

152152
Space-will-be-missing issue examples

0 commit comments

Comments
 (0)