Skip to content

Commit

Permalink
Fix permalink type
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Oct 26, 2021
1 parent e2a0999 commit 69fe2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-classic/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ declare module '@theme/TagsListByLetter' {
}

declare module '@theme/TagsListInline' {
export type Tag = Readonly<{label: string; permalink}>;
export type Tag = Readonly<{label: string; permalink: string}>;
export interface Props {
readonly tags: readonly Tag[];
}
Expand Down

0 comments on commit 69fe2a0

Please sign in to comment.