Skip to content

Commit

Permalink
Merge pull request #70 from arlair/patch-1
Browse files Browse the repository at this point in the history
GrayMatterFile interface typo: excrept
  • Loading branch information
doowb authored Apr 18, 2018
2 parents 1d02a88 + 73fa659 commit 97eb641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gray-matter.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ declare namespace matter {
interface GrayMatterFile<I extends Input> {
data: object
content: string
excrept?: string
excerpt?: string
orig: Buffer | I
language: string
matter: string
Expand Down

0 comments on commit 97eb641

Please sign in to comment.