summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-08-31 11:11:12 +0300
committerAlex Denisov <1101.debian@gmail.com>2012-08-31 11:11:12 +0300
commit9811e64d71d050554c952221c4fdaf48ce1f06a6 (patch)
treeecb116d0b7b8dc8a4bd2da86f1d05c1b19e70010 /doc
parentacac1547a06e120a05010fbe556e5836f35248d0 (diff)
downloadgitlab-ce-9811e64d71d050554c952221c4fdaf48ce1f06a6.tar.gz
Typo and mistakes fixed
Diffstat (limited to 'doc')
-rw-r--r--doc/api/projects.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 97a316969d8..b0c1e65709c 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -100,8 +100,8 @@ POST /projects
Parameters:
+ `name` (required) - new project name
-+ `code` (optional) - new project code, used project name if not set
-+ `path` (optional) - new project path, user project name if not set
++ `code` (optional) - new project code, uses project name if not set
++ `path` (optional) - new project path, uses project name if not set
Will return created project with status `201 Created` on success, or `404 Not
found` on fail.