diff options
author | 2024-05-22 13:05:19 +0000 | |
---|---|---|
committer | 2024-05-22 13:05:19 +0000 | |
commit | 7bfe8aaaa1b32fdadb78b7e9c54c1f9aee9cd9ee (patch) | |
tree | 12f93d44ddaea23b634770be4d599c8291096a78 | |
parent | c7386ef2b3b42865ca6fbfe15cd17dd2cf5b0994 (diff) | |
download | astro-7bfe8aaaa1b32fdadb78b7e9c54c1f9aee9cd9ee.tar.gz astro-7bfe8aaaa1b32fdadb78b7e9c54c1f9aee9cd9ee.tar.zst astro-7bfe8aaaa1b32fdadb78b7e9c54c1f9aee9cd9ee.zip |
[ci] format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 44bbd6378..c6559fa8b 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -805,7 +805,7 @@ export interface AstroUserConfig { /** * @docs * @name security.checkOrigin - * @kind h4 + * @kind h4 * @type {boolean} * @default 'false' * @version 4.9.0 |