Skip to content

Fix typos, grammar errors, and translate non-English content in markdown documentation - #11

Merged
Justin Yoo (justinyoo) merged 4 commits into
mainfrom
copilot/fix-10
Jun 1, 2025
Merged

Justin Yoo (justinyoo) merged 4 commits into
mainfrom
copilot/fix-10

Conversation

Copilot AI commented May 31, 2025 •

Copy link
Copy Markdown
Contributor

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

  • Korean URLs: Changed all Korean documentation links from /ko/ to /en/ for proper English documentation access
  • Korean Text: Translated Korean placeholders and instructions to English (e.g., <자신의 GitHub ID> → <your GitHub ID>)
  • Complete File Translations:
    • 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

  • Fixed systematic grammar error: "which is you're going to do" → "which you're going to do" (9 occurrences)
  • Corrected subject-verb agreement: "packages that is compatible" → "packages that are compatible"
  • Fixed article usage: "a unambiguous" → "an unambiguous"
  • Improved sentence structure: "what todo and how to do" → "what to do and how to do it"

📁 Files Modified (11 total)

  • README.md - Korean URLs and grammar improvements
  • CONTRIBUTING.md - Grammar correction
  • docs/00-setup.md - Korean text translation and grammar fixes
  • docs/01-python.md through docs/05-containerization.md - Grammar fixes
  • complete/README.md - Korean instruction translation
  • complete/java/demo/.github/code-instructions.md - Complete translation
  • complete/java/demo/diagram.md - Complete translation

Review 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.

Copilot AI and others added 3 commits May 31, 2025 17:19
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
@justinyoo
Justin Yoo (justinyoo) marked this pull request as ready for review June 1, 2025 01:00
@justinyoo
Justin Yoo (justinyoo) merged commit f6d72a5 into main Jun 1, 2025
@justinyoo
Justin Yoo (justinyoo) deleted the copilot/fix-10 branch June 1, 2025 01:01
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.

Fix typos and review grammar

2 participants