Skip to content

Commit

Permalink
docs: multi step cast actions update (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi authored May 28, 2024
1 parent 913b0cb commit 4cf48f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/concepts/multi-step-cast-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ app.castAction( // [!code focus]

A breakdown of the `/hello-world` route handler:

- We are responding with a `c.res` response and specifying a `message` that will appear in the success toast.
- We are responding with a `c.res` response and specifying the `path` for the frame action.

### 3. Defining a frame handler

Expand Down

0 comments on commit 4cf48f0

Please sign in to comment.