From 0c4019591f0fe3805035f2b53ae1b579fd6ae504 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Wed, 1 Sep 2021 14:16:48 +0800 Subject: [PATCH] Fix typos --- msal/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/application.py b/msal/application.py index d7c4c14..2d06e1d 100644 --- a/msal/application.py +++ b/msal/application.py @@ -203,7 +203,7 @@ def __init__( you may try use only the leaf cert (in PEM/str format) instead. *Added in version 1.13.0*: - It can also be a completly pre-signed assertion that you've assembled yourself. + It can also be a completely pre-signed assertion that you've assembled yourself. Simply pass a container containing only the key "client_assertion", like this:: {