diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-10 10:43:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-10 10:43:04 +0200 |
commit | 79afb001ad1b6233514fb2eb683fd7202e6d324e (patch) | |
tree | b0cd15e9f575dcdd15d46b49ba06d2edfd2a3cec /lib/api/files.rb | |
parent | c9e31875dc4e27e679aed3f301a8161b45b4ce99 (diff) | |
download | gitlab-ce-79afb001ad1b6233514fb2eb683fd7202e6d324e.tar.gz |
Fix type in API doc
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/api/files.rb')
-rw-r--r-- | lib/api/files.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/files.rb b/lib/api/files.rb index 5918b6e5ca0..1692d3d3a20 100644 --- a/lib/api/files.rb +++ b/lib/api/files.rb @@ -9,7 +9,7 @@ module API # # Parameters: # file_name (required) - The name of new file. Ex. class.rb - # file_path (optiona) - The path to new file. Ex. lib/ + # file_path (optional) - The path to new file. Ex. lib/ # branch_name (required) - The name of branch # content (required) - File content # commit_message (required) - Commit message |