diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-27 20:30:57 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-27 20:30:57 +0000 |
commit | e4cb3ce65411b35fd66931517c3baefa25cb2f29 (patch) | |
tree | b182851a0d8640e34f8f1337b66d152620a1498b /config/gitlab.yml.example | |
parent | 5c13af58b89c6b6721ba018e519738b291f7f72b (diff) | |
download | gitlab-ce-e4cb3ce65411b35fd66931517c3baefa25cb2f29.tar.gz |
Fix spelling: Uncommment -> Uncomment
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 489dc8840e5..e0779112850 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -33,7 +33,7 @@ production: &base port: 80 # Set to 443 if using HTTPS, see installation.md#using-https for additional HTTPS configuration details https: false # Set to true if using HTTPS, see installation.md#using-https for additional HTTPS configuration details - # Uncommment this line below if your ssh host is different from HTTP/HTTPS one + # Uncomment this line below if your ssh host is different from HTTP/HTTPS one # (you'd obviously need to replace ssh.host_example.com with your own host). # Otherwise, ssh host will be set to the `host:` value above # ssh_host: ssh.host_example.com |