File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/tutorialkit.dev/src/content/docs/reference
packages/types/src/schemas Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ type I18nText = {
56
56
editPageText? : string
57
57
58
58
/**
59
- * Text of the webcontainer link.
59
+ * Text of the WebContainer link.
60
60
*
61
61
* @default ' Powered by WebContainer'
62
62
*/
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ export const i18nSchema = z.object({
16
16
editPageText : z . string ( ) . optional ( ) . describe ( 'Text of the edit page link.' ) ,
17
17
18
18
/**
19
- * Text of the webcontainer link.
19
+ * Text of the WebContainer link.
20
20
*
21
21
* @default 'Powered by WebContainer'
22
22
*/
23
- webcontainerLinkText : z . string ( ) . optional ( ) . describe ( 'Text of the webcontainer link.' ) ,
23
+ webcontainerLinkText : z . string ( ) . optional ( ) . describe ( 'Text of the WebContainer link.' ) ,
24
24
25
25
/**
26
26
* Text shown when there are no previews or steps to show in the prepare environment section.
You can’t perform that action at this time.
0 commit comments