Merge branch 'slash-commands-typo' into 'master'

Fixed typo in slash commands docs

Closes #27674

See merge request !8976
This commit is contained in:
Grzegorz Bizon 2017-02-05 07:20:05 +00:00
commit 4d11903dcf
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
---
title: Fixed "substract" typo on /help/user/project/slash_commands
merge_request: 8976
author: Jason Aquino

View File

@ -32,6 +32,6 @@ do.
| `/wip` | Toggle the Work In Progress status |
| <code>/estimate &lt;1w 3d 2h 14m&gt;</code> | Set time estimate |
| `/remove_estimate` | Remove estimated time |
| <code>/spend &lt;1h 30m &#124; -1h 5m&gt;</code> | Add or substract spent time |
| <code>/spend &lt;1h 30m &#124; -1h 5m&gt;</code> | Add or subtract spent time |
| `/remove_time_spent` | Remove time spent |
| `/target_branch <Branch Name>` | Set target branch for current merge request |