From c250fd8f8c74bc4b823109913d7fd2c1be604de8 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 4 Nov 2022 14:01:16 -0500 Subject: [PATCH] Update config.d.ts replacing with "allowlist" for inclusive terminology Signed-off-by: aaron --- plugins/catalog-backend/config.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/config.d.ts b/plugins/catalog-backend/config.d.ts index 950ed2f63c..f90bfa3721 100644 --- a/plugins/catalog-backend/config.d.ts +++ b/plugins/catalog-backend/config.d.ts @@ -25,7 +25,7 @@ export interface Config { * An undefined list of matchers means match all, an empty list of * matchers means match none. * - * This is commonly used to put in what amounts to a whitelist of kinds + * This is commonly used to put in what amounts to a allowlist of kinds * that regular users of Backstage are permitted to register locations * for. This can be used to stop them from registering yaml files * describing for example a Group entity called "admin" that they make