We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d290f5 commit 542b38fCopy full SHA for 542b38f
1 file changed
types-tests/options.test-d.ts
@@ -81,7 +81,7 @@ const db = {
81
};
82
83
expectType<void>(
84
- // Take from https://slack.dev/bolt-js/concepts#options
+ // Taken from https://slack.dev/bolt-js/concepts#options
85
// Example of responding to an external_select options request
86
app.options('external_action', async ({ options, ack }) => {
87
// Get information specific to a team or channel
0 commit comments