Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Dec 11, 2024
1 parent b3f270a commit e8fd46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ export default function Editor({
}, [files, syncActiveFileState, localDirHandle]);

const downloadFiles = React.useCallback(async () => {
if (!window.confirm("Downlad all project files?")) return;
if (!window.confirm("Download all project files?")) return;

syncActiveFileState();
const fileContents = editorFilesToFileContents(files);
Expand Down

0 comments on commit e8fd46e

Please sign in to comment.