From 04f4bde9dacefc8dbbf59b1e06066a895aac0ae4 Mon Sep 17 00:00:00 2001 From: MysticWave <61201872+MysticWave@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:26:04 +0200 Subject: [PATCH] Update socialite.md Removed unnecessary `the` --- socialite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socialite.md b/socialite.md index 40c7ff253d8..f9027fd8443 100644 --- a/socialite.md +++ b/socialite.md @@ -130,7 +130,7 @@ Slack's API provides [different types of access tokens](https://api.slack.com/au -By default, the `slack` driver will generate a `user` token and invoking the the driver's `user` method will return the user's details. +By default, the `slack` driver will generate a `user` token and invoking the driver's `user` method will return the user's details. Bot tokens are primarily useful if your application will be sending notifications to external Slack workspaces that are owned by your application's users. To generate a bot token, invoke the `asBotUser` method before redirecting the user to Slack for authentication: