diff --git a/src/content/docs/features/file-system.mdx b/src/content/docs/features/file-system.mdx index 404810ced..45f69bdbf 100644 --- a/src/content/docs/features/file-system.mdx +++ b/src/content/docs/features/file-system.mdx @@ -393,7 +393,7 @@ This default permission set prevents access to critical components of the Tauri ### Command Permissions | Permission | Description | -| ------------------------------------ | ---------------------------------------------------------------------------------------------------------- | +| ------------------------------------ | ----------------------------------------------------------------------------------------------------------- | | `fs:allow-copy-file` | Enables the copy_file command without any pre-configured scope. | | `fs:deny-copy-file` | Denies the copy_file command without any pre-configured scope. | | `fs:allow-create` | Enables the create command without any pre-configured scope. |