Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 8, 2024
1 parent beb4569 commit 151a002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const ThemeClassNames = {
codeBlock: 'theme-code-block',
admonition: 'theme-admonition',
unlistedBanner: 'theme-unlisted-banner',
draftBanner: 'theme-drafted-banner',
draftBanner: 'theme-draft-banner',

admonitionType: (type: string) => `theme-admonition-${type}`,
},
Expand Down

0 comments on commit 151a002

Please sign in to comment.