Skip to content

Commit

Permalink
Fix small typo in astro.ts (#10008)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrogemann authored Feb 7, 2024
1 parent 7596f0c commit 88628a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
@@ -553,7 +553,7 @@ export interface AstroUserConfig {
*
* Specifies the output target for builds.
*
* - `'static'` - Building a static site to be deploy to any static host.
* - `'static'` - Building a static site to be deployed to any static host.
* - `'server'` - Building an app to be deployed to a host supporting SSR (server-side rendering).
* - `'hybrid'` - Building a static site with a few server-side rendered pages.
*

0 comments on commit 88628a4

Please sign in to comment.