From 67aea4ee785667a1f5505fa21feb87f532cdcd4c Mon Sep 17 00:00:00 2001 From: Richard Lee <14349+dlackty@users.noreply.github.com> Date: Wed, 18 Mar 2020 00:05:18 +0800 Subject: [PATCH] chore: Fix typo in gogole-auth-hook example (#572) --- examples/google-auth-hook.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/google-auth-hook.js b/examples/google-auth-hook.js index c8bd2596fc..aa1228a602 100644 --- a/examples/google-auth-hook.js +++ b/examples/google-auth-hook.js @@ -1,16 +1,16 @@ 'use strict'; /** - * Google OAath 2.0 + * Google OAuth 2.0 * * You should read Using OAuth 2.0 to Access Google APIs: * https://developers.google.com/identity/protocols/OAuth2 * * This example assumes that all users authenticating via - * google should have access. You would proably limit access + * google should have access. You would probably limit access * to users you trust. * - * The implementation assumes the following environement variables: + * The implementation assumes the following environment variables: * * - GOOGLE_CLIENT_ID * - GOOGLE_CLIENT_SECRET