Skip to content

Commit

Permalink
format: ... -> /* ... */
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Aug 6, 2024
1 parent 54c6ef8 commit a69f5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { defineAction } from 'astro:actions';
import { z } from 'astro:schema';

export const server = {
myAction: defineAction({...})
myAction: defineAction({ /* ... */ })
}
```

Expand Down

0 comments on commit a69f5ec

Please sign in to comment.