From 60328b110da88ccb8d65d4d6290425a1bf644484 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Fri, 21 Apr 2023 20:11:39 +0200 Subject: [PATCH] No I didn't mean spiderman Signed-off-by: Vincenzo Scamporlino --- .github/vale/Vocab/Backstage/accept.txt | 1 - .../authorizing-parameters-steps-and-actions.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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';