Audit sweep: typos, cross-refs, factual corrections#6
Merged
Conversation
The zh-CN README referenced the upstream OpenAPI service by three different names in three places: "韩国 식품안전나라" (the Korean brand), "食品安全" (a literal Chinese rendering), and "食品安全国" (an awkward half-translation). Lines 30, 53, 82 used the brand; lines 88, 92 used 食品安全国. Standardise on "韩国 식품안전나라" so a reader who follows the link doesn't think they're hunting a different agency.
The comment above the KEY field told readers to look up "보안 주의사항" in the README for setup. That heading doesn't exist — the README has the same content under "시크릿 처리". Match the actual heading so ctrl-F works.
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.
Findings
FoodCalorieApi.javapointed at a nonexistent README section. Line 25 told readers to seeREADME "보안 주의사항"for setup instructions, but the README's secrets section is titled## 시크릿 처리. Updated the comment to match.Generated by Claude Code