From 34090bab8f7ec2042ea282bf6c2fdc5bd1455943 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 6 Mar 2022 19:48:40 -0300 Subject: [PATCH] chore(cli): update schema.json --- tooling/cli/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/cli/schema.json b/tooling/cli/schema.json index e7f3a6a58..f852150dc 100644 --- a/tooling/cli/schema.json +++ b/tooling/cli/schema.json @@ -1050,7 +1050,7 @@ } }, "deny": { - "description": "A list of paths that are not allowed by this scope. This gets precedence over the [`Self::allow`] list.", + "description": "A list of paths that are not allowed by this scope. This gets precedence over the [`Self::Scope::allow`] list.", "default": [], "type": "array", "items": {