diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-02 16:34:20 +0300 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-02 16:34:20 +0300 |
commit | d104df49e743a52b42c63a4ccca6be67bdf775d7 (patch) | |
tree | eed0bd830794820f932c7ffa3da554e677c55c49 /lib/api/users.rb | |
parent | c4883ca225d1f4934cec737769fe22588b2bc8a8 (diff) | |
download | gitlab-ce-d104df49e743a52b42c63a4ccca6be67bdf775d7.tar.gz |
fix TYPO
Diffstat (limited to 'lib/api/users.rb')
-rw-r--r-- | lib/api/users.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/users.rb b/lib/api/users.rb index 8ce7c300a73..7f548aaa667 100644 --- a/lib/api/users.rb +++ b/lib/api/users.rb @@ -32,7 +32,7 @@ module Gitlab # password (required) - Password # password_confirmation (required) - Password confirmation # skype - Skype ID - # linkedin (required) - Linkedin + # linkedin - Linkedin # twitter - Twitter account # projects_limit - Limit projects wich user can create # Example Request: |