diff options
author | Joshua Lambert <joshua@gitlab.com> | 2019-06-07 15:36:36 +0000 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2019-06-07 15:36:36 +0000 |
commit | 5e1f9c2a2f11244cde308b10ec7bb5470bde9901 (patch) | |
tree | b6755c2ab1f81ee211292c3c0eb7c3178b5b0759 | |
parent | 162b4f8e18a44fcac173e3f94fdcffaa810a0681 (diff) | |
download | gitlab-ce-5e1f9c2a2f11244cde308b10ec7bb5470bde9901.tar.gz |
Apply suggestion to doc/user/project/integrations/mattermost.md
-rw-r--r-- | doc/user/project/integrations/mattermost.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/mattermost.md b/doc/user/project/integrations/mattermost.md index 0fee1bade4d..083972fe17d 100644 --- a/doc/user/project/integrations/mattermost.md +++ b/doc/user/project/integrations/mattermost.md @@ -1,6 +1,6 @@ # Mattermost Notifications Service -The Mattermost Notifications Service allows your GitLab project to send events (e.g. issue created) to your existing Mattermost team as notifications. This requires configurations in both Mattermost and GitLab. +The Mattermost Notifications Service allows your GitLab project to send events (e.g., `issue created`) to your existing Mattermost team as notifications. This requires configurations in both Mattermost and GitLab. > Note: You can also use Mattermost slash commands to control GitLab inside Mattermost. This is the separately configured [Mattermost slash commands](mattermost_slash_commands.md). |