Skip to content

Commit 73fa659

Browse files
authored
GrayMatterFile interface typo: excrept
`GrayMatterFile` interface property `excrept` should be `excerpt`?
1 parent 1d02a88 commit 73fa659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gray-matter.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ declare namespace matter {
3939
interface GrayMatterFile<I extends Input> {
4040
data: object
4141
content: string
42-
excrept?: string
42+
excerpt?: string
4343
orig: Buffer | I
4444
language: string
4545
matter: string

0 commit comments

Comments
 (0)