Skip to content

Commit

Permalink
i18n(ko-KR): update actions.mdx (#9567)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <[email protected]>
  • Loading branch information
jsparkdev and yanthomasdev authored Oct 6, 2024
1 parent 9772b18 commit c96009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ko/guides/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ const result = Astro.getActionResult(actions.addToCart);
import { defineAction } from 'astro:actions';
export const server = {
addToCard: defineAction({
addToCart: defineAction({
handler: async () => {
/* ... */
return product;
Expand Down

0 comments on commit c96009f

Please sign in to comment.