Skip to content

Commit

Permalink
chore: fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed May 20, 2024
1 parent 957b4a6 commit 17a972c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kitbook/src/docs/3-component-variants.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import type Component from './Header.svelte'

const shared = {
githubURL: 'https://github.com/jacob-8/kitbook/',
} satisfies Partial<ComponentVariant>
} satisfies Partial<Variant<Component>>

export const Home_Page: Variant<Component> = {
...shared,
Expand Down Expand Up @@ -95,4 +95,4 @@ That will be enough to keep you busy for awhile, but you will come to a point wh
[SearchResult]: ../lib/layout/sidebar/search/SearchResult.md "SearchResult"
[2-viewer]: 2-viewer.md "Viewer"
[4-component-compositions|Compositions]: 4-component-compositions.md "Component Compositions"
[//end]: # "Autogenerated link references"
[//end]: # "Autogenerated link references"

0 comments on commit 17a972c

Please sign in to comment.