From beab6d929ccefc2a15af2751e6301550086833b5 Mon Sep 17 00:00:00 2001 From: Ahmed Murtaza Malik <114727657+ahmedmurtazamalik@users.noreply.github.com> Date: Wed, 12 Jul 2023 17:12:52 +0500 Subject: [PATCH] docs: typo fix: comptible -> compatible --- drive/quickstart/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive/quickstart/index.js b/drive/quickstart/index.js index 86f4b39e..2556d2ed 100644 --- a/drive/quickstart/index.js +++ b/drive/quickstart/index.js @@ -45,7 +45,7 @@ async function loadSavedCredentialsIfExist() { } /** - * Serializes credentials to a file comptible with GoogleAUth.fromJSON. + * Serializes credentials to a file compatible with GoogleAUth.fromJSON. * * @param {OAuth2Client} client * @return {Promise}