summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-03-02 12:15:01 -0800
committerGravatar Fred K. Schott <fkschott@gmail.com> 2022-03-02 12:15:01 -0800
commite24a7896f36e97c6c586280dab53d39b7237206a (patch)
treed566c418b9991bbd4d04931efc0ef6126f748be6
parenta719a74733af486a78ff203c21c0acd93462c3d1 (diff)
downloadastro-e24a7896f36e97c6c586280dab53d39b7237206a.tar.gz
astro-e24a7896f36e97c6c586280dab53d39b7237206a.tar.zst
astro-e24a7896f36e97c6c586280dab53d39b7237206a.zip
fix bad descirption jsdoc tag, post-merge
-rw-r--r--packages/astro/src/@types/astro.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index 2557c51ae..dab4b9a65 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -309,8 +309,8 @@ export interface AstroUserConfig {
* @name devOptions.trailingSlash
* @type {('always' | 'never' | 'ignore')}
* @default `'always'`
- * @description
* @see buildOptions.pageUrlFormat
+ * @description
*
* Set the route matching behavior of the dev server. Choose from the following options:
* - 'always' - Only match URLs that include a trailing slash (ex: "/foo/")