Skip to content

Commit

Permalink
fix: minor inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 2, 2022
1 parent e268530 commit 34d93b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface ParsedContentMeta {
*/
_type?: boolean
/**
* Path to the file relative to the content directory.
* Path to the file relative to the content directory
*/
_file?: string
/**
Expand All @@ -45,7 +45,7 @@ export interface ParsedContentMeta {
[key: string]: any
}

export interface ParsedContent extends ParsedContentMeta{
export interface ParsedContent extends ParsedContentMeta {
/**
* Excerpt
*/
Expand Down

0 comments on commit 34d93b9

Please sign in to comment.