fix(docs): correct typo in Default Permission section

Corrected a typo in the [Default Permission](https://v2.tauri.app/plugin/process/#default-permission) section of the Tauri v2 documentation. The word "feeatures" was changed to "features" to fix the spelling error.
pull/2351/head
Joban 6 months ago
parent 9ac2aa88e6
commit f9ad1bf3f3

@ -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"
}
]
}
}
}
}

Loading…
Cancel
Save