Commit 547c6e85 authored by John Landa's avatar John Landa

Fix username typo (jonh to John)

parent 725dae25
...@@ -42,7 +42,7 @@ In GitLab, a namespace is a unique name to be used as a user name, a group name, ...@@ -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: 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` his profile will be accessed under `https://gitlab.example.com/john`
1. John creates a group for his team with the groupname `john-team`; 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` his group and its projects will be accessed under `https://gitlab.example.com/john-team`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment