Skip to content

docs(CONTRIBUTING): fix duplicated list numbering + -mailaddress typo#953

Open
chirag127 wants to merge 1 commit into
BCUninstaller:masterfrom
chirag127:docs/contributing-list-typos
Open

docs(CONTRIBUTING): fix duplicated list numbering + -mailaddress typo#953
chirag127 wants to merge 1 commit into
BCUninstaller:masterfrom
chirag127:docs/contributing-list-typos

Conversation

@chirag127

Copy link
Copy Markdown

Summary

Two small docs fixes in CONTRIBUTING.md, in the "How to help translate" → "How-to list" section:

  1. Duplicated list numbering. Steps go 1 2 3 4 5 5 6 7 instead of 1 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.
  2. e-mailaddress typo (missing space) → e-mail address.

Changes

File Δ
CONTRIBUTING.md +3, -3

Renumbered steps 5→6, 6→7, 7→8; fixed the missing space in step 8 (previously 7).

Test plan

  • Preview CONTRIBUTING.md on GitHub — visible numbering unchanged (auto-normalized either way), but raw source now monotonic.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants