diff options
author | Alex Denisov <1101.debian@gmail.com> | 2012-08-31 11:11:12 +0300 |
---|---|---|
committer | Alex Denisov <1101.debian@gmail.com> | 2012-08-31 11:11:12 +0300 |
commit | 9811e64d71d050554c952221c4fdaf48ce1f06a6 (patch) | |
tree | ecb116d0b7b8dc8a4bd2da86f1d05c1b19e70010 /lib/api/projects.rb | |
parent | acac1547a06e120a05010fbe556e5836f35248d0 (diff) | |
download | gitlab-ce-9811e64d71d050554c952221c4fdaf48ce1f06a6.tar.gz |
Typo and mistakes fixed
Diffstat (limited to 'lib/api/projects.rb')
-rw-r--r-- | lib/api/projects.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/projects.rb b/lib/api/projects.rb index 7ac2fd4a249..f42849cd2f2 100644 --- a/lib/api/projects.rb +++ b/lib/api/projects.rb @@ -27,8 +27,8 @@ module Gitlab # # Parameters: # name (required) - name for new project - # code (optional) - code for new project, if not set used name - # path (optional) - oath for new project, if not set used name + # code (optional) - code for new project, uses project name if not set + # path (optional) - path for new project, uses project name if not set # Example Request # POST /projects post do |