Skip to content

Commit

Permalink
Fix grammar error in summary report example
Browse files Browse the repository at this point in the history
Co-authored-by: Maryam Ziyad <[email protected]>
  • Loading branch information
adibmbrk and MaryamZi authored Jul 4, 2024
1 parent a7c95ba commit 5c787d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/AutomatedSummaryReport/AutomatedSummaryReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This use case demonstrates how the Slack API can be utilized to generate a summa

## Prerequisites

1. Generate Slack token to authenticate the connector as described in the [Setup guide](https://central.ballerina.io/ballerinax/slack/latest#prerequisites).
1. Generate a Slack token to authenticate the connector as described in the [Setup guide](https://central.ballerina.io/ballerinax/slack/latest#prerequisites).

2. For each example, create a `Config.toml` file the related configuration. Here's an example of how your `Config.toml` file should look:
2. For each example, create a `Config.toml` file with the related configuration. Here's an example of what your `Config.toml` file should look:

```toml
token = "<token>"
Expand Down

0 comments on commit 5c787d3

Please sign in to comment.