Docs: Fix typo in GitHub Auth Doc page (#25335)

https://grafana.com/docs/grafana/latest/auth/github/#enable-github-in-grafana
This commit is contained in:
Galdin Raphael
2020-06-09 01:19:53 +05:30
committed by GitHub
parent 77be352c7e
commit 94984627ea

View File

@ -25,7 +25,7 @@ http://<my_grafana_server_name_or_ip>:<grafana_server_port>/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: