Skip to content

Commit 7ab9129

Browse files
committed
fix: code review
1 parent 1833d02 commit 7ab9129

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/tutorialkit.dev/src/content/docs/reference/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type I18nText = {
5656
editPageText?: string
5757

5858
/**
59-
* Text of the webcontainer link.
59+
* Text of the WebContainer link.
6060
*
6161
* @default 'Powered by WebContainer'
6262
*/

packages/types/src/schemas/i18n.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export const i18nSchema = z.object({
1616
editPageText: z.string().optional().describe('Text of the edit page link.'),
1717

1818
/**
19-
* Text of the webcontainer link.
19+
* Text of the WebContainer link.
2020
*
2121
* @default 'Powered by WebContainer'
2222
*/
23-
webcontainerLinkText: z.string().optional().describe('Text of the webcontainer link.'),
23+
webcontainerLinkText: z.string().optional().describe('Text of the WebContainer link.'),
2424

2525
/**
2626
* Text shown when there are no previews or steps to show in the prepare environment section.

0 commit comments

Comments
 (0)