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 missing closing parentheses #766

Merged
merged 3 commits into from
Jan 4, 2021
Merged

Conversation

gustavwilliam
Copy link
Contributor

A closing parentheses was missed when nesting two parentheses. The following highlights the change made:

- (text (text)
+ (text (text))

A closing parentheses was missed when nesting two parentheses, like this: (text (text), instead of (text (text)).
@gustavwilliam gustavwilliam requested a review from a team as a code owner December 30, 2020 14:38
Some code blocks were surrounded with redundant code block markup. This has been fixed, like in the following example:

Old: <code><code>false</code></code>
New:  <code>false</code>
@gustavwilliam
Copy link
Contributor Author

Thanks for pointing that out @hamishwillee! I've fixed all occurrences of redundant code block nesting in the file.

@sideshowbarker sideshowbarker merged commit 2fd1f6c into mdn:main Jan 4, 2021
@sideshowbarker
Copy link
Collaborator

Thanks much, and congrats on landing your first patch here — welcome aboard 🎉

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants