From e8e280c83ea9c286e8156f87e5e480d67cdf22e3 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Wed, 24 Jun 2020 15:46:31 +0200 Subject: [PATCH] Google OAuth Docs: Fix typos (#25790) Signed-off-by: Arve Knudsen --- docs/sources/auth/google.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/auth/google.md b/docs/sources/auth/google.md index f494135d54b..19894fb8e7f 100644 --- a/docs/sources/auth/google.md +++ b/docs/sources/auth/google.md @@ -12,7 +12,7 @@ weight = 3 # Google OAuth2 Authentication -To enable the Google OAuth2 you must register your application with Google. Google will generate a client ID and secret key for you to use. +To enable Google OAuth2 you must register your application with Google. Google will generate a client ID and secret key for you to use. ## Create Google OAuth keys @@ -23,7 +23,7 @@ First, you need to create a Google OAuth Client: 3. Enter the following: - Application Type: Web Application - Name: Grafana - - Authorized Javascript Origins: https://grafana.mycompany.com + - Authorized JavaScript Origins: https://grafana.mycompany.com - Authorized Redirect URLs: https://grafana.mycompany.com/login/google - Replace https://grafana.mycompany.com with the URL of your Grafana instance. 4. Click Create