From 9afc096cd2a85de7996224c7a2394fa8cd0de7da Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:39:17 +0100 Subject: [PATCH] [PR #9498/7f3fef30 backport][stable-10] fix typo (#9500) 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 ef4233fea4..48d57bcc46 100644 --- a/plugins/modules/keycloak_clientscope_type.py +++ b/plugins/modules/keycloak_clientscope_type.py @@ -37,7 +37,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