diff --git a/docs/docs/sponsor-only/picker/save-as-dialog.mdx b/docs/docs/sponsor-only/picker/save-as-dialog.mdx index e349e849..91e1e8cc 100644 --- a/docs/docs/sponsor-only/picker/save-as-dialog.mdx +++ b/docs/docs/sponsor-only/picker/save-as-dialog.mdx @@ -51,7 +51,7 @@ return ( sourceUris: ['some file uri'], copy: false, mimeType: 'text/plain', - title: 'some file name', + fileName: 'some file name', }) }} />