Skip to content

Commit

Permalink
docs: fix typo in Themes Gallery page (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Oberwoerder <niklas@hot-sushi.com>
  • Loading branch information
0xnio and Niklas Oberwoerder committed May 5, 2021
1 parent 09a9e3e commit c2ec354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/gallery.ts
Expand Up @@ -64,7 +64,7 @@ export const community: ThemeInfo[] = [
{
id: '',
name: 'Yours?',
description: 'Sumbit your theme to be list here!',
description: 'Submit your theme to be list here!',
author: {
name: '',
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/showcases.ts
Expand Up @@ -31,7 +31,7 @@ export const showcases: ShowCaseInfo[] = [
author: {
name: '',
},
at: 'Sumbit your talk/presentation to be list here!',
at: 'Submit your talk/presentation to be list here!',
cover: `${import.meta.env.BASE_URL}themes/placeholder.png`,
datetime: '2021-04-29',
},
Expand Down

0 comments on commit c2ec354

Please sign in to comment.