diff --git a/src/content/docs/security/capabilities.mdx b/src/content/docs/security/capabilities.mdx index 049af5dd62..1813eeffc2 100644 --- a/src/content/docs/security/capabilities.mdx +++ b/src/content/docs/security/capabilities.mdx @@ -216,8 +216,9 @@ to higher privileged windows. Tauri generates JSON schemas with all the permissions available to your application, allowing autocompletion in your IDE. -To use a schema, set the `$schema` property in your configuration to one of the -platform-specific schemas located in the `gen/schemas` directory. Usually +To use a schema, set the `$schema` property in your configuration file +(either .json or .toml) to one of the platform-specific schemas +located in the `gen/schemas` directory. Usually you will set it to `../gen/schemas/desktop-schema.json` or `../gen/schemas/mobile-schema.json` though you can also define a capability for a specific target platform.