Skip to content

Commit e697626

Browse files
committed
wip
1 parent af92dbf commit e697626

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Layout/Page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface PageProps {
3131
meta: {
3232
title?: string;
3333
titleForTitleTag?: string;
34-
version?: 'experimetnal' | 'canary';
34+
version?: 'experimental' | 'canary';
3535
description?: string;
3636
};
3737
section: 'learn' | 'reference' | 'community' | 'blog' | 'home' | 'unknown';

src/components/MDX/ExpandableCallout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type CalloutVariants =
1616
| 'note'
1717
| 'wip'
1818
| 'canary'
19+
| 'experimental'
1920
| 'major'
2021
| 'rsc';
2122

0 commit comments

Comments
 (0)