From 2d13e70ffa6ad08e768edff03e09f42d45982356 Mon Sep 17 00:00:00 2001 From: akila94 Date: Mon, 12 Feb 2024 12:30:57 +0530 Subject: [PATCH] Fix typo --- .../specifications/jwtClaimBasedAccessValidator_v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/distribution/resources/operation_policies/specifications/jwtClaimBasedAccessValidator_v1.json b/modules/distribution/resources/operation_policies/specifications/jwtClaimBasedAccessValidator_v1.json index 5753f992b5..fd1e17fda8 100644 --- a/modules/distribution/resources/operation_policies/specifications/jwtClaimBasedAccessValidator_v1.json +++ b/modules/distribution/resources/operation_policies/specifications/jwtClaimBasedAccessValidator_v1.json @@ -26,7 +26,7 @@ { "name": "grantVerificationClaimValue", "displayName": "Access grant claim value", - "description": "This should be the alue of a custom claim which is expected in the JWT access token", + "description": "This should be the value of a custom claim which is expected in the JWT access token", "type": "String", "defaultValue": "APPLICATION", "required": true