diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2015-12-31 22:59:06 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2015-12-31 22:59:06 +0100 |
commit | 16bd4df083135e2e4a263b2e1bdd71b78a875ef7 (patch) | |
tree | b17334175493e93b781c87786cb60b865dfe2483 /lib | |
parent | 937567b767e6d7b34dcaa1d9c83fc75464638683 (diff) | |
download | gitlab-ce-16bd4df083135e2e4a263b2e1bdd71b78a875ef7.tar.gz |
Fix a typo in method description
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/variables.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/variables.rb b/lib/api/variables.rb index fc63ac2f56a..b8bbcb6ce3b 100644 --- a/lib/api/variables.rb +++ b/lib/api/variables.rb @@ -18,7 +18,7 @@ module API present paginate(variables), with: Entities::Variable end - # Get specifica bariable of a project + # Get specifica variable of a project # # Parameters: # id (required) - The ID of a project |