docs: fix typos in style and developing guides#24982
docs: fix typos in style and developing guides#24982lavkushry wants to merge 4 commits intovectordotdev:masterfrom
Conversation
|
Thank you for your contribution! Before we can merge this PR, please sign our Contributor License Agreement. To sign, copy and post the phrase below as a new comment on this PR.
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
There was a problem hiding this comment.
Pull request overview
Documentation cleanup PR improving clarity and correctness in the project’s style and development guides.
Changes:
- Fix a typo in
STYLE.md(“ares” → “are”). - Clean up a
tracingexample inSTYLE.mdby removing a stray trailing character. - Fix grammar in
docs/DEVELOPING.md(“Validate your test pass” → “Validate your tests pass”) in two places.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
STYLE.md |
Fixes a typo and adjusts a tracing example snippet in the style guide. |
docs/DEVELOPING.md |
Corrects grammar in development workflow instructions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Thank you @lavkushry - please see the above |
|
Waiting on CLA. Please ping again once signed. |
Summary
tracingexample in STYLE.mdValidation
markdownlint --config scripts/.markdownlintrc STYLE.md docs/DEVELOPING.mdNotes