Skip to content

Commit

Permalink
docs(process): fix typo in Default Permission section (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobansd authored Jan 24, 2025
1 parent 9ac2aa8 commit 68d8f3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/process/permissions/autogenerated/reference.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion plugins/process/permissions/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/process/permissions/schemas/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
}
}

0 comments on commit 68d8f3b

Please sign in to comment.