Skip to content

fix: correct typo and heading level in README.md#509

Merged
tanghao-xiaomi merged 1 commit intoopen-vela:devfrom
aiduxiaoxiong:fix/readme-typos-and-heading
Mar 23, 2026
Merged

fix: correct typo and heading level in README.md#509
tanghao-xiaomi merged 1 commit intoopen-vela:devfrom
aiduxiaoxiong:fix/readme-typos-and-heading

Conversation

@aiduxiaoxiong
Copy link
Member

Changes

This PR fixes two issues in README.md:

1. Typo Fix: crash dumbcrash dump

In the "Rich Developer Tools" section, crash dumb was a typo. The correct term is crash dump.

Before:

openvela offers a comprehensive suite of developer tools, including system monitoring, performance analysis, debugger, trace, crash dumb, and log analysis tools.

After:

openvela offers a comprehensive suite of developer tools, including system monitoring, performance analysis, debugger, trace, crash dump, and log analysis tools.

2. Heading Level Fix in Community Section

The Technical Discussions and Contributions section was using ## (h2) heading level, making it a sibling of Community and Support instead of a child section. Changed it to ### (h3) to be consistent with the Chinese version (README_zh-cn.md).

Before:

## Community and Support
...
## Technical Discussions and Contributions

After:

## Community and Support
...
### Technical Discussions and Contributions

…in Community section

- Fixed typo: 'crash dumb' → 'crash dump' in Rich Developer Tools section
- Fixed heading level: '## Technical Discussions and Contributions' → '### Technical Discussions and Contributions' to be a subsection of '## Community and Support' (consistent with Chinese version)
@tanghao-xiaomi tanghao-xiaomi merged commit 221dddd into open-vela:dev Mar 23, 2026
4 checks passed
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.

3 participants