From 94984627ea1157583a1065ff78a3addf666703d5 Mon Sep 17 00:00:00 2001 From: Galdin Raphael Date: Tue, 9 Jun 2020 01:19:53 +0530 Subject: [PATCH] Docs: Fix typo in GitHub Auth Doc page (#25335) https://grafana.com/docs/grafana/latest/auth/github/#enable-github-in-grafana --- docs/sources/auth/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/auth/github.md b/docs/sources/auth/github.md index 3eb4f399ef7..b021bed0c78 100644 --- a/docs/sources/auth/github.md +++ b/docs/sources/auth/github.md @@ -25,7 +25,7 @@ http://:/login/github ``` This callback URL must match the full HTTP address that you use in your -browser to access Grafana, but with the prefix path of `/login/github`. +browser to access Grafana, but with the suffix path of `/login/github`. When the GitHub OAuth application is created you will get a Client ID and a Client Secret. Specify these in the Grafana configuration file. For example: