Skip to content

Commit 29c0146

Browse files
committed
Fix typo in types
1 parent e6904e6 commit 29c0146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ declare namespace toHast {
77
interface H {
88
dangerous?: boolean
99
definition: DefinitionCache
10-
footNoteById: Definition
11-
footnoreOrder: string[]
10+
footnoteById: Definition
11+
footnoteOrder: string[]
1212
handlers: Handlers
1313
unknownHandler: Handler
1414
(node: Node, tagName: string, props?: object, children?: Node[]): Node

0 commit comments

Comments
 (0)