From 8fcd64c3aefa60de48e9ed17d4f78fa8ab5c8420 Mon Sep 17 00:00:00 2001 From: Vaishnavi <41518119+VaishnaviNandakumar@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:01:13 +0530 Subject: [PATCH] Update pages/docs/tutorials/slackbot-websocket-tutorial.md Co-authored-by: Lukasz Gornicki --- pages/docs/tutorials/slackbot-websocket-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/tutorials/slackbot-websocket-tutorial.md b/pages/docs/tutorials/slackbot-websocket-tutorial.md index 39ab7c8eb5c..7c418783ff4 100644 --- a/pages/docs/tutorials/slackbot-websocket-tutorial.md +++ b/pages/docs/tutorials/slackbot-websocket-tutorial.md @@ -5,7 +5,7 @@ weight: 140 --- ## Introduction -In this tutorial, you will learn how to generate an AsyncAPI document designed for a Slack application that operates in Socket Mode. The aim is to help you grasp a real-world application of AsyncAPI with the WebSocket protocol. +In this tutorial, you will learn how to write an AsyncAPI document designed for a Slack application that operates in Socket Mode. The aim is to help you grasp a real-world application of AsyncAPI with the WebSocket protocol. You will learn how to write AsyncAPI document for a consumer-only application receiving a stream of messages from a Websocket server. You will also learn why AsyncAPI bindings feature exist and how to use it. Consider a scenario where you are in charge of maintaining a highly active Slack workspace. You want an easy way to keep track of the popular messages across all the channels but doing this manually would be a difficult task. To simplify this process, you’re going to build a Slackbot called `Heart-Counter` that actively monitors reactions added to a message and determine its popularity by counting the reactions of the “heart” emoji.