From b789f2949aa2b71213d0377d07692598e842af0b Mon Sep 17 00:00:00 2001 From: Yogesh Agrawal Date: Sun, 22 Jan 2023 23:01:14 +0530 Subject: [PATCH] typo --- calendar/quickstart/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/quickstart/index.js b/calendar/quickstart/index.js index 7e6d3aa0..88cce842 100644 --- a/calendar/quickstart/index.js +++ b/calendar/quickstart/index.js @@ -45,7 +45,7 @@ async function loadSavedCredentialsIfExist() { } /** - * Serializes credentials to a file compatible with GoogleAUth.fromJSON. + * Serializes credentials to a file compatible with GoogleAuth.fromJSON. * * @param {OAuth2Client} client * @return {Promise}