diff --git a/.github/vale/Vocab/Backstage/accept.txt b/.github/vale/Vocab/Backstage/accept.txt index a8e9d639c9..83fba8aa56 100644 --- a/.github/vale/Vocab/Backstage/accept.txt +++ b/.github/vale/Vocab/Backstage/accept.txt @@ -328,7 +328,6 @@ Snyk Sonarqube sourcemaps sparklines -spiderman Splunk Spotifiers spotify diff --git a/docs/features/software-templates/authorizing-parameters-steps-and-actions.md b/docs/features/software-templates/authorizing-parameters-steps-and-actions.md index 8c1bb29067..de8b5b328c 100644 --- a/docs/features/software-templates/authorizing-parameters-steps-and-actions.md +++ b/docs/features/software-templates/authorizing-parameters-steps-and-actions.md @@ -128,7 +128,7 @@ class ExamplePermissionPolicy implements PermissionPolicy { With this permission policy, the user `spiderman` won't be able to execute the debug:log action. You can also restrict the input provided to the action by combining multiple rules. -In the example below, spiderman won't be able to execute debug:log when passing `{ "message": "not-this!" }` as action input: +In the example below, `spiderman` won't be able to execute debug:log when passing `{ "message": "not-this!" }` as action input: ```ts import { actionExecutePermission } from '@backstage/plugin-scaffolder-common/alpha';