Skip to content

Commit

Permalink
docs: fix indentation in experimental.actions code examples (#11001)
Browse files Browse the repository at this point in the history
  • Loading branch information
morinokami committed May 10, 2024
1 parent fbb42af commit a78fa26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/@types/astro.ts
Expand Up @@ -1734,7 +1734,7 @@ export interface AstroUserConfig {
*
* ```js
* {
* output: 'hybrid', // or 'server'
* output: 'hybrid', // or 'server'
* experimental: {
* actions: true,
* },
Expand All @@ -1761,7 +1761,7 @@ export interface AstroUserConfig {
* },
* }),
* comment: defineAction({
* accept: 'form',
* accept: 'form',
* input: z.object({
* postId: z.string(),
* author: z.string(),
Expand Down

0 comments on commit a78fa26

Please sign in to comment.