Skip to content

Commit 41182b9

Browse files
committed
Fix typo
1 parent 4129963 commit 41182b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ declare module 'vfile' {
2020
interface DataMapMeta extends DocumentFields {}
2121

2222
interface DataMap {
23-
matter: DataMapMeta
24-
meta: DataMapMatter
23+
matter: DataMapMatter
24+
meta: DataMapMeta
2525
}
2626
}

0 commit comments

Comments
 (0)