Skip to content

Commit

Permalink
Remove extra parenthesis from multi-step cast actions code (#311)
Browse files Browse the repository at this point in the history
Extra closing parenthesis in the multi-step cast actions code
  • Loading branch information
andrewjiang authored May 11, 2024
1 parent f1ba76b commit aad3889
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 @@ -141,7 +141,7 @@ app.castAction( // [!code focus]
) // [!code focus]
return c.res({ type: 'frame', path: '/hello-world-frame' }) // [!code focus]
}, // [!code focus]
{ name: "Hello world!", icon: "smiley" }) // [!code focus]
{ name: "Hello world!", icon: "smiley" } // [!code focus]
) // [!code focus]
```

Expand Down

0 comments on commit aad3889

Please sign in to comment.