Fix typos, grammar errors, and translate non-English content in markdown documentation - #11
Merged
Merged
Conversation
Co-authored-by: justinyoo <1538528+justinyoo@users.noreply.github.com>
Co-authored-by: justinyoo <1538528+justinyoo@users.noreply.github.com>
… subject-verb agreement Co-authored-by: justinyoo <1538528+justinyoo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix typos and review grammar
Fix typos, grammar errors, and translate non-English content in markdown documentation
May 31, 2025
Justin Yoo (justinyoo)
marked this pull request as ready for review
June 1, 2025 01:00
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.
This PR addresses all typos, grammar errors, and non-English content found in the repository's markdown documentation files.
Changes Made
🌐 Non-English Content Translation
/ko/to/en/for proper English documentation access<자신의 GitHub ID>→<your GitHub ID>)complete/java/demo/.github/code-instructions.md- Spring Boot development guide (112 lines)complete/java/demo/diagram.md- SNS API service diagrams and documentation (139 lines)✏️ Grammar and Typo Fixes
"which is you're going to do"→"which you're going to do"(9 occurrences)"packages that is compatible"→"packages that are compatible""a unambiguous"→"an unambiguous""what todo and how to do"→"what to do and how to do it"📁 Files Modified (11 total)
README.md- Korean URLs and grammar improvementsCONTRIBUTING.md- Grammar correctiondocs/00-setup.md- Korean text translation and grammar fixesdocs/01-python.mdthroughdocs/05-containerization.md- Grammar fixescomplete/README.md- Korean instruction translationcomplete/java/demo/.github/code-instructions.md- Complete translationcomplete/java/demo/diagram.md- Complete translationReview Scope
✅ 34 markdown files systematically reviewed across the entire repository
✅ All non-English content identified and translated to English
✅ Systematic grammar patterns identified and corrected
✅ Minimal, surgical changes - no functional code or structure modifications
The changes ensure all documentation is accessible to English-speaking users and follows proper grammar conventions.
Fixes #10.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.