From c6d29aa282d7d14a4583ec4cccce041d7307f7ac Mon Sep 17 00:00:00 2001
From: Ashraf Khamis <akhamis@gitlab.com>
Date: Tue, 23 Jan 2024 10:51:23 +0000
Subject: [PATCH] Clarify statements in GitLab for Slack docs

---
 doc/user/project/integrations/gitlab_slack_application.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/user/project/integrations/gitlab_slack_application.md b/doc/user/project/integrations/gitlab_slack_application.md
index 79df07d5eb9f..6b80edd1a051 100644
--- a/doc/user/project/integrations/gitlab_slack_application.md
+++ b/doc/user/project/integrations/gitlab_slack_application.md
@@ -78,7 +78,7 @@ If you use [Slack slash commands](slack_slash_commands.md) or
 - Replace `/gitlab` with the trigger name you've configured for these integrations.
 - Remove `<project>`.
 
-The following slash commands are available in GitLab:
+The following slash commands are available for GitLab:
 
 | Command | Description |
 | ------- | ----------- |
@@ -157,7 +157,7 @@ To receive notifications to a private Slack channel, you must add the GitLab for
 
 ### Notification events
 
-The following GitLab events are available for Slack notifications:
+The following GitLab events can trigger notifications in Slack:
 
 | Event                                                                | Description                                                   |
 |----------------------------------------------------------------------|---------------------------------------------------------------|
-- 
GitLab