Skip to content

Commit 1c83aaf

Browse files
fix String->string
1 parent 06157b1 commit 1c83aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/components/TableOfContents/composables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type SummaryInfo = {
1717

1818
type SummaryComponent = {
1919
summary: SummaryInfo;
20-
summaryID: String;
20+
summaryID: string;
2121
$options?: { name?: string };
2222
$?: { type?: { name?: string } };
2323
};

0 commit comments

Comments
 (0)