Skip to content

Commit

Permalink
Update getting-started.mdx (#2402)
Browse files Browse the repository at this point in the history
Co-authored-by: William Bergamin <wbergamin@salesforce.com>
  • Loading branch information
msoyka and WilliamBergamin authored Feb 3, 2025
1 parent f09fc7c commit 229b04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ app.action('button_click', async ({ body, ack, say }) => {
</TabItem>
</Tabs>

You can see that we used `app.action()` to listen for the `action_id` that we named `sample_button`. If you restart your app and click the button, you'll see a new message from your app that says you clicked the button.
You can see that we used `app.action()` to listen for the `action_id` that we named `button_click`. If you restart your app and click the button, you'll see a new message from your app that says you clicked the button.

---

Expand Down

0 comments on commit 229b04a

Please # to comment.