From c8c6b6646546fb04fa6c366e43d8b91bcfc90d08 Mon Sep 17 00:00:00 2001 From: Shivansh Dhar Date: Fri, 9 Jun 2017 12:17:24 -0400 Subject: [PATCH] Fix spelling mistake in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0962e..a62151a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ For Google, the registration steps are: * Choose **"Web application"** * Application name is freeform, choose something appropriate * Authorized JavaScript origins is your domain ex: `https://internal.yourcompany.com` - * Authorized redirect URIs is the location of oath2/callback ex: `https://internal.yourcompany.com/oauth2/callback` + * Authorized redirect URIs is the location of oauth2/callback ex: `https://internal.yourcompany.com/oauth2/callback` * Choose **"Create"** 4. Take note of the **Client ID** and **Client Secret**