Skip to content

Commit bc67eea

Browse files
authored
Fix typo
Signed-off-by: Titus <[email protected]>
1 parent 5660ff4 commit bc67eea

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 @@ For example, [`parse-dutch`][parse-dutch], [`parse-english`][parse-english], or
206206
###### Type
207207
208208
```ts
209-
type ParserInstance = type ParserInstance = {
209+
type ParserInstance = {
210210
tokenizeSentencePlugins: Array<(node: NlcstSentence) => void>
211211
tokenizeParagraphPlugins: Array<(node: NlcstParagraph) => void>
212212
parse(value: string | null | undefined): NlcstRoot

0 commit comments

Comments
 (0)