From 4b80774f70e59b1c0bf5cde3cb91d27acd0404cb Mon Sep 17 00:00:00 2001 From: constantstress <149433905+constantstress@users.noreply.github.com> Date: Sat, 30 Dec 2023 07:29:26 +0300 Subject: [PATCH] Update authentication_docs.md Possible typo --- docs/authentication_docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/authentication_docs.md b/docs/authentication_docs.md index 067f3b1..275606a 100644 --- a/docs/authentication_docs.md +++ b/docs/authentication_docs.md @@ -121,10 +121,10 @@ if err != nil { } if isValid { - fmt.Println("%s access token is valid!", userAccessToken) + fmt.Printf("%s access token is valid!\n", userAccessToken) } -fmt.Println("%+v", resp) +fmt.Printf("%+v\n", resp) ``` ## Get App Access Token