From d69cfd8b31a8ef8aea51872dbcc514bf176ad175 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 25 Oct 2025 12:51:26 +0300 Subject: [PATCH] typo --- schema/metadata/app/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/metadata/app/metadata.json b/schema/metadata/app/metadata.json index 5e321f943e..9649a30a49 100644 --- a/schema/metadata/app/metadata.json +++ b/schema/metadata/app/metadata.json @@ -58,7 +58,7 @@ }, "anyScopeList": { "type": "array", - "description": "If the user has access to any of the list scopes, they will have access to the metadata section defined by the key. As of v9.2.5.", + "description": "If the user has access to any of the listed scopes, they will have access to the metadata section defined by the key. As of v9.2.5.", "items": { "type": "string" }