Skip to content

Commit 0c55ea2

Browse files
committed
chore(website): fix typos
1 parent c5deefe commit 0c55ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function Header(): ReactElement {
5454
{splitView ? <SettingsOverscanSVGIcon /> : <ViewColumnSVGIcon />}
5555
</AppBarAction>
5656
<FileInput
57-
id="file-uploa"
57+
id="file-upload"
5858
accept={accept}
5959
onChange={onChange}
6060
theme="clear"

components/MarkdownEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function MarkdownEditor(): ReactElement {
1515
<>
1616
<TextArea
1717
aria-label="Editor"
18-
id="markddown-editor"
18+
id="markdown-editor"
1919
name="editor"
2020
theme="none"
2121
value={markdown}

0 commit comments

Comments
 (0)