docs(readme): fix typos in architecture and hardware sections#6
Open
MrZ-zhy wants to merge 1 commit into
Open
Conversation
Three small documentation corrections found while reading the README: - L49: 'vacuum guages' -> 'vacuum gauges' (spelling) - L126: 'communicates communicates' -> 'communicates' (duplicate word) - L178: 'to control an monitor' -> 'to control and monitor' (a/an typo) No code or behavior changes; README only.
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.
变更摘要
本文档修正 OpenReactor README 中的 3 处小 typo,属于主动改进(上游 0 open issues):
vacuum guages→vacuum gauges(拼写)communicates communicates→communicates(重复词)to control an monitor→to control and monitor(a/an 错配)仅修改
README.md,无任何代码或行为变更;3 行净修改。关联Issue
无可关联的 open issue(上游
natesales/openreactor当前 0 open issues),本 PR 为主动贡献。变更类型
测试方法
wc -l仍为 226 行,27 标题 / 15 表行 / 52 链接结构完整测试结果
自检清单
docs(readme): fix typos ...)回滚方案
git revert <merge-commit-sha>或在 README.md 还原 3 行即可;零运行时影响。