summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-03-29 14:03:45 -0700
committerGravatar GitHub <noreply@github.com> 2022-03-29 16:03:45 -0500
commitfff83bb5c26e4261a2345c05aa47fe28d0b96a22 (patch)
treea91576d5034231ae574a91fc96726d3ffebd5d3b
parentc24e5c9687989fd1dd5b044c9375403fd811e646 (diff)
downloadastro-fff83bb5c26e4261a2345c05aa47fe28d0b96a22.tar.gz
astro-fff83bb5c26e4261a2345c05aa47fe28d0b96a22.tar.zst
astro-fff83bb5c26e4261a2345c05aa47fe28d0b96a22.zip
remove docs jsdoc tag from adapter (#2927)
-rw-r--r--packages/astro/src/@types/astro.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index fca4aff80..7dd66e41a 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -171,7 +171,6 @@ export interface AstroUserConfig {
integrations?: Array<AstroIntegration | AstroIntegration[]>;
/**
- * @docs
* @name adapter
* @type {AstroIntegration}
* @default `undefined`