We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd3b81 commit 0921d65Copy full SHA for 0921d65
packages/typescript-plugin/src/language-service/sveltekit.ts
@@ -232,13 +232,13 @@ export const kitExports: Record<
232
kind: 'punctuation'
233
},
234
{
235
- text: "'auto' | 'always' | 'never'",
+ text: "'never' | 'always' | 'ignore'",
236
kind: 'stringLiteral'
237
}
238
],
239
documentation: [
240
241
- text: 'Control how SvelteKit should handle (missing) trailing slashes in the URL. More info: https://kit.svelte.dev/docs/page-options#trailingslash',
+ text: 'Control how SvelteKit should handle trailing slashes in the URL. More info: https://kit.svelte.dev/docs/page-options#trailingslash',
242
kind: 'text'
243
244
]
0 commit comments