From a1ee175cdd052d3b49d7d17da0a0480ffdadac8f Mon Sep 17 00:00:00 2001 From: Joban <2983844+jobansd@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:58:08 +0000 Subject: [PATCH] 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 --- permissions/autogenerated/reference.md | 2 +- permissions/default.toml | 2 +- permissions/schemas/schema.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/permissions/autogenerated/reference.md b/permissions/autogenerated/reference.md index 10b6a82..4613736 100644 --- a/permissions/autogenerated/reference.md +++ b/permissions/autogenerated/reference.md @@ -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 diff --git a/permissions/default.toml b/permissions/default.toml index 619eb9d..69a9b00 100644 --- a/permissions/default.toml +++ b/permissions/default.toml @@ -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 diff --git a/permissions/schemas/schema.json b/permissions/schemas/schema.json index bb885bf..1243c7d 100644 --- a/permissions/schemas/schema.json +++ b/permissions/schemas/schema.json @@ -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" } ] } } -} \ No newline at end of file +}