# Korean

| Type                       | Erroneous sentence | Correct sentence | General category |
| -------------------------- | ------------------ | ---------------- | ---------------- |
| Spacing – particle merging | 집에가다               | 집에 가다            | Spelling         |
| Vowel typo ㅐ/ㅔ             | 고맙읍니다              | 고맙습니다            | Spelling         |
| Phonetic spelling          | 머르겠다               | 모르겠다             | Spelling         |
| Wrong contraction          | 걸로해                | 걸로 해             | Spelling         |
| Homophone confusion        | 왠일이야               | 웬일이야             | Spelling         |
| Wrong consonant cluster    | 괜찬네                | 괜찮네              | Spelling         |
| Typo from adjacent keys    | 감사합나다              | 감사합니다            | Spelling         |
| Spacing – auxiliary “지”    | 하지말아               | 하지 말아            | Spelling         |
| Past tense ending error    | 했읍니다               | 했습니다             | Spelling         |
| Confused jamo combo        | 힘들언                | 힘들어              | Spelling         |
| Wrong vowel harmony        | 그랫어                | 그랬어              | Spelling         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wproofreader.com/features/spell-and-grammar-check/korean.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
