Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes GH-21.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
shotanue committed Oct 2, 2023
1 parent df7122f commit 1125009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ import type {Data, Literal} from 'mdast'

interface Toml extends Literal {
type: 'toml'
data?: TomlData
data?: Data
}

declare module 'mdast' {
Expand Down

0 comments on commit 1125009

Please # to comment.