Skip to content

Commit

Permalink
Update opening-modals.md (removed extra s) (#1161)
Browse files Browse the repository at this point in the history
All I did was remove an 's' after the "Modals
 link that seems like it isn't supposed to be there.
  • Loading branch information
Rat-Fiend authored Sep 16, 2024
1 parent 7633725 commit e322a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/basic/opening-modals.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang: en
slug: /concepts/opening-modals
---

[Modals](https://api.slack.com/block-kit/surfaces/modal)s are focused surfaces that allow you to collect user data and display dynamic information. You can open a modal by passing a valid `trigger_id` and a [view payload](https://api.slack.com/reference/block-kit/views) to the built-in client's [`views.open`](https://api.slack.com/methods/views.open) method.
[Modals](https://api.slack.com/block-kit/surfaces/modal) are focused surfaces that allow you to collect user data and display dynamic information. You can open a modal by passing a valid `trigger_id` and a [view payload](https://api.slack.com/reference/block-kit/views) to the built-in client's [`views.open`](https://api.slack.com/methods/views.open) method.

Your app receives `trigger_id`s in payloads sent to your Request URL that are triggered by user invocations, like a shortcut, button press, or interaction with a select menu.

Expand Down Expand Up @@ -52,4 +52,4 @@ def open_modal(ack, body, client):
]
}
)
```
```

0 comments on commit e322a28

Please sign in to comment.