Skip to content

Commit e59efd2

Browse files
QueenieZqqreillyeon
andcommitted
Fix typo in README.md
Co-authored-by: Reilly Grant <reillyeon@users.noreply.github.com>
1 parent 42d82ca commit e59efd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Each correction could be associated with multiple correction type labels. For ex
212212
const original_text = "`thatd` a good amt of time!!! !" // `thatd` is the text to be corrected
213213
const proofread_text = "`That's` a good amount of time!" // `That's` is the corrected text
214214
```
215-
where the correction from "thatd" to "That's" contains three types of correction - "Captilization", "Spelling" and "Punctuation". When there's only one label, the sequence will be of size 1.
215+
where the correction from "thatd" to "That's" contains three types of correction - "Capitalization", "Spelling" and "Punctuation". When there's only one label, the sequence will be of size 1.
216216

217217
Not all correction types here will be applicable to all languages, and in the future we might propose more specific correction types. The generic catch-all type, if no more-specific type matches, is `"grammar"`.
218218

0 commit comments

Comments
 (0)