Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJason Aquino <gitlabjason@mindtester.com>2017-02-04 17:36:12 +0300
committerJason Aquino <gitlabjason@mindtester.com>2017-02-04 18:33:53 +0300
commite29b1c6c9e62a363156ce14e0879cf4ff0f7e548 (patch)
tree1c695da716df82043485e406a8896c6c7385e0e0 /doc
parent9c49a1812aaa7e858295be5abbf9e1a7c1346699 (diff)
Fixed typo
Fixes gitlab-org/gitlab-ce#27674
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/slash_commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md
index a53c547e7d2..2fddd7c6503 100644
--- a/doc/user/project/slash_commands.md
+++ b/doc/user/project/slash_commands.md
@@ -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 |