summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihad Abbasov <mail@narkoz.me>2012-09-20 18:34:07 +0600
committerNihad Abbasov <mail@narkoz.me>2012-09-20 18:34:07 +0600
commit4e1f1e142299209ff50d595528b1e6410c9b7308 (patch)
tree80a077552d82f8561029f63f81a04a0df88f323d
parentf33e1e480e9009f8cd3930eef1830877623588c5 (diff)
downloadgitlab-ce-4e1f1e142299209ff50d595528b1e6410c9b7308.tar.gz
API docs minor formatting fix
[ci-skip]
-rw-r--r--doc/api/projects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 73d6adc9bc3..53ee5d412ab 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -102,7 +102,7 @@ Parameters:
+ `name` (required) - new project name
+ `code` (optional) - new project code, uses project name if not set
+ `path` (optional) - new project path, uses project name if not set
-+ `description (optional) - short project description
++ `description` (optional) - short project description
+ `default_branch` (optional) - 'master' by default
+ `issues_enabled` (optional) - enabled by default
+ `wall_enabled` (optional) - enabled by default