Skip to content

Commit 1f2104d

Browse files
Fix typo in README.md
Co-authored-by: Reilly Grant <reillyeon@users.noreply.github.com>
1 parent a64d70e commit 1f2104d

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
@@ -206,7 +206,7 @@ enum CorrectionType { "spelling", "punctuation", "capitalization", "preposition"
206206

207207
`type` only exists when the proofreader object is configured with `includeCorrectionTypes = true`, while `explanation` only exists when the proofreader object is configured with `includeCorrectionExplanations = true`.
208208

209-
Each correction could be associated with mutliple correction type labels. For example:
209+
Each correction could be associated with multiple correction type labels. For example:
210210

211211
```js
212212
const original_text = "`thatd` a good amt of time!!! !" // `thatd` is the text to be corrected

0 commit comments

Comments
 (0)