Skip to content

Commit e322a28

Browse files
authored
Update opening-modals.md (removed extra s) (#1161)
All I did was remove an 's' after the "Modals link that seems like it isn't supposed to be there.
1 parent 7633725 commit e322a28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/basic/opening-modals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lang: en
44
slug: /concepts/opening-modals
55
---
66

7-
[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.
7+
[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.
88

99
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.
1010

@@ -52,4 +52,4 @@ def open_modal(ack, body, client):
5252
]
5353
}
5454
)
55-
```
55+
```

0 commit comments

Comments
 (0)