Skip to content

Commit

Permalink
docs: fix param name (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelk90 authored Jan 26, 2025
1 parent f7bd47b commit 21838e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/sponsor-only/picker/save-as-dialog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ return (
sourceUris: ['some file uri'],
copy: false,
mimeType: 'text/plain',
title: 'some file name',
fileName: 'some file name',
})
}}
/>
Expand Down

0 comments on commit 21838e1

Please sign in to comment.