chore: fix lang/ko/index.md #480
Open
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.
PR Checklist
spec
dir.npm run lint
.TRANSLATORS.md
.Summary
Firstly, in the commit 1d11d97, I have replaced 6 occurrences of a Hanja character, which is 部, with 副. It is because I think this is the correct translation for the English word 'minor'. (Considering that those two characters have the same pronunciation, it might be a mistake, as far as I guess.)
Secondly, in 5b5c414 and 6a9c61e, I've corrected some of the word spacings and fixed a list numbering.
On these 3 commits, I made this PR and got to notice the fact by the PR Checklist above that I shouldn't have modified the lang/ko/spec/v2.0.0.md file. That's the reason I made e0821f4, which was the result of
git restore --source chore/fix-doc~3 lang/ko/spec/v2.0.0.md
.Thank you.