From cb4b8bc3cc1340a2f2c8d5b5c84dd440c7c32b08 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:41:16 +0100 Subject: [PATCH] [PR #9498/7f3fef30 backport][stable-9] fix typo (#9501) fix typo (#9498) (cherry picked from commit 7f3fef30381ce4f3c58df54a90bc01a04f7c567b) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/keycloak_clientscope_type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/keycloak_clientscope_type.py b/plugins/modules/keycloak_clientscope_type.py index 1fb9a0813c..055bb053c5 100644 --- a/plugins/modules/keycloak_clientscope_type.py +++ b/plugins/modules/keycloak_clientscope_type.py @@ -40,7 +40,7 @@ options: client_id: description: - - The O(client_id) of the client. If not set the clientscop types are set as a default for the realm. + - The O(client_id) of the client. If not set the clientscope types are set as a default for the realm. aliases: - clientId type: str