Skip to content

Commit

Permalink
Fix typo in types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 3, 2020
1 parent e6904e6 commit 29c0146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ declare namespace toHast {
interface H {
dangerous?: boolean
definition: DefinitionCache
footNoteById: Definition
footnoreOrder: string[]
footnoteById: Definition
footnoteOrder: string[]
handlers: Handlers
unknownHandler: Handler
(node: Node, tagName: string, props?: object, children?: Node[]): Node
Expand Down

0 comments on commit 29c0146

Please sign in to comment.