diff options
author | John Landa <jonathanlanda@gmail.com> | 2017-08-01 01:35:16 +0000 |
---|---|---|
committer | John Landa <jonathanlanda@gmail.com> | 2017-08-01 01:35:16 +0000 |
commit | 547c6e8505c2fb3a0af321d20919812012008d2c (patch) | |
tree | 769b0b6fc8a5470d97a74c5c023070a79fc89581 /doc | |
parent | 725dae25321c05bbbddc1d796d6f6c3b09f1e2db (diff) | |
download | gitlab-ce-547c6e8505c2fb3a0af321d20919812012008d2c.tar.gz |
Fix username typo (jonh to John)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/group/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index 2691cf7d671..08da721c71d 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -42,7 +42,7 @@ In GitLab, a namespace is a unique name to be used as a user name, a group name, For example, consider a user called John: -1. John creates his account on GitLab.com with the username `jonh`; +1. John creates his account on GitLab.com with the username `john`; his profile will be accessed under `https://gitlab.example.com/john` 1. John creates a group for his team with the groupname `john-team`; his group and its projects will be accessed under `https://gitlab.example.com/john-team` |