mirror of
https://github.com/tauri-apps/tauri-plugin-process.git
synced 2026-01-31 00:55:17 +01:00
docs(process): fix typo in Default Permission section (#2351)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12955813452 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## Default Permission
|
||||
|
||||
This permission set configures which
|
||||
process feeatures are by default exposed.
|
||||
process features are by default exposed.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
[default]
|
||||
description = """
|
||||
This permission set configures which
|
||||
process feeatures are by default exposed.
|
||||
process features are by default exposed.
|
||||
|
||||
#### Granted Permissions
|
||||
|
||||
|
||||
@@ -315,11 +315,11 @@
|
||||
"const": "deny-restart"
|
||||
},
|
||||
{
|
||||
"description": "This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
|
||||
"description": "This permission set configures which\nprocess features are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
|
||||
"type": "string",
|
||||
"const": "default"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user