Trivial Typo: Change 'Gitlab' to 'GitLab' (#177)

This commit is contained in:
Chiawei Chen
2023-12-19 01:21:28 +08:00
committed by Thomas Miceli
parent 8466e50cc3
commit eff88711ea
4 changed files with 8 additions and 5 deletions

View File

@ -21,7 +21,7 @@ Opengist can be configured to use OAuth to authenticate users, with GitHub, Gite
```yaml
gitlab.client-key: <key>
gitlab.secret: <secret>
# URL of the Gitlab instance. Default: https://gitlab.com/
# URL of the GitLab instance. Default: https://gitlab.com/
gitlab.url: https://gitlab.com/
```