Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a missing line break character #35733

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Add a missing line break character #35733

merged 1 commit into from
Sep 4, 2024

Conversation

majaha
Copy link
Contributor

@majaha majaha commented Sep 4, 2024

Description

This textbox was missing a character, you can see in the text box above it that there's meant to be two line breaks in a row here.

@majaha majaha requested a review from a team as a code owner September 4, 2024 03:35
@majaha majaha requested review from wbamberg and removed request for a team September 4, 2024 03:35
@github-actions github-actions bot added Content:WebAPI Web API docs size/xs [PR only] 0-5 LoC changed labels Sep 4, 2024
Copy link
Contributor

github-actions bot commented Sep 4, 2024

@@ -189,7 +189,7 @@ We can summarize how the whitespace here is handled as follows (there may be som
```html
<block>⏎⇥</block>
<block>◦◦Hello◦◦</block>
<block>⏎◦◦◦</block>
<block>⏎◦◦◦</block>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the return in its own block here, like:

Suggested change
<block>⏎⏎◦◦◦</block>
<block>⏎</block>
<block>⏎◦◦◦</block>

?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, forget that, I don't think it makes sense.

Copy link
Collaborator

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thank you!

@wbamberg wbamberg merged commit 8417bff into mdn:main Sep 4, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs size/xs [PR only] 0-5 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants