summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Aquino <gitlabjason@mindtester.com>2017-02-04 09:36:12 -0500
committerJason Aquino <gitlabjason@mindtester.com>2017-02-04 10:33:53 -0500
commite29b1c6c9e62a363156ce14e0879cf4ff0f7e548 (patch)
tree1c695da716df82043485e406a8896c6c7385e0e0
parent9c49a1812aaa7e858295be5abbf9e1a7c1346699 (diff)
downloadgitlab-ce-e29b1c6c9e62a363156ce14e0879cf4ff0f7e548.tar.gz
Fixed typo
Fixes gitlab-org/gitlab-ce#27674
-rw-r--r--changelogs/unreleased/slash-commands-typo.yml4
-rw-r--r--doc/user/project/slash_commands.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/changelogs/unreleased/slash-commands-typo.yml b/changelogs/unreleased/slash-commands-typo.yml
new file mode 100644
index 00000000000..e6ffb94bd08
--- /dev/null
+++ b/changelogs/unreleased/slash-commands-typo.yml
@@ -0,0 +1,4 @@
+---
+title: Fixed "substract" typo on /help/user/project/slash_commands
+merge_request: 8976
+author: Jason Aquino
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 |