diff options
author | 2022-03-02 12:15:01 -0800 | |
---|---|---|
committer | 2022-03-02 12:15:01 -0800 | |
commit | e24a7896f36e97c6c586280dab53d39b7237206a (patch) | |
tree | d566c418b9991bbd4d04931efc0ef6126f748be6 | |
parent | a719a74733af486a78ff203c21c0acd93462c3d1 (diff) | |
download | astro-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.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 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/") |