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}