diff options
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 |