Skip to content

Commit 542b38f

Browse files
authored
Update types-tests/options.test-d.ts
1 parent 2d290f5 commit 542b38f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types-tests/options.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const db = {
8181
};
8282

8383
expectType<void>(
84-
// Take from https://slack.dev/bolt-js/concepts#options
84+
// Taken from https://slack.dev/bolt-js/concepts#options
8585
// Example of responding to an external_select options request
8686
app.options('external_action', async ({ options, ack }) => {
8787
// Get information specific to a team or channel

0 commit comments

Comments
 (0)