docs(CONTRIBUTING): fix duplicated list numbering + -mailaddress typo#953
Open
chirag127 wants to merge 1 commit into
Open
docs(CONTRIBUTING): fix duplicated list numbering + -mailaddress typo#953chirag127 wants to merge 1 commit into
chirag127 wants to merge 1 commit into
Conversation
The "How-to list" ordered list had a duplicate 5. (numbering skipped 6, so items 5, 6, 7 became 5, 5, 6, 7). Rendered markdown auto-fixes the numbers but source is easier to read when monotonic. Also fix "e-mailaddress" -> "e-mail address" (missing space) on the last step.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two small docs fixes in
CONTRIBUTING.md, in the "How to help translate" → "How-to list" section:1 2 3 4 5 5 6 7instead of1 2 3 4 5 6 7 8. Rendered markdown auto-normalizes, but the raw source is confusing when browsing on GitHub or in an editor.e-mailaddresstypo (missing space) →e-mail address.Changes
CONTRIBUTING.mdRenumbered steps 5→6, 6→7, 7→8; fixed the missing space in step 8 (previously 7).
Test plan
CONTRIBUTING.mdon GitHub — visible numbering unchanged (auto-normalized either way), but raw source now monotonic.