diff options
author | Rémy Coutable <remy@rymai.me> | 2017-08-01 10:09:42 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-08-01 10:09:42 +0000 |
commit | eb73e2eb4be308f658b1f1e35ab323a3b9d2e7fb (patch) | |
tree | 10d841ce5be54f407f6ea053316992dab960e685 /doc | |
parent | 109633c4a379d9d278887f396f0e2b6887e1781d (diff) | |
parent | 547c6e8505c2fb3a0af321d20919812012008d2c (diff) | |
download | gitlab-ce-eb73e2eb4be308f658b1f1e35ab323a3b9d2e7fb.tar.gz |
Merge branch 'patch-24' into 'master'
Fix username typo (jonh to John)
See merge request !13210
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` |