Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 18, 2023
1 parent d993c7f commit 54ee687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remark/index.d.ts
@@ -1,7 +1,7 @@
/// <reference types="remark-parse" />
/// <reference types="remark-stringify" />

import type {Root} from 'hast'
import type {Root} from 'mdast'
import type {Processor} from 'unified'

/**
Expand Down

0 comments on commit 54ee687

Please sign in to comment.