We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af92dbf commit e697626Copy full SHA for e697626
src/components/Layout/Page.tsx
@@ -31,7 +31,7 @@ interface PageProps {
31
meta: {
32
title?: string;
33
titleForTitleTag?: string;
34
- version?: 'experimetnal' | 'canary';
+ version?: 'experimental' | 'canary';
35
description?: string;
36
};
37
section: 'learn' | 'reference' | 'community' | 'blog' | 'home' | 'unknown';
src/components/MDX/ExpandableCallout.tsx
@@ -16,6 +16,7 @@ type CalloutVariants =
16
| 'note'
17
| 'wip'
18
| 'canary'
19
+ | 'experimental'
20
| 'major'
21
| 'rsc';
22
0 commit comments