Skip to content

Commit 0921d65

Browse files
authored
fix: update SvelteKit trailingSlash types (#2496)
1 parent fbd3b81 commit 0921d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/typescript-plugin/src/language-service/sveltekit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ export const kitExports: Record<
232232
kind: 'punctuation'
233233
},
234234
{
235-
text: "'auto' | 'always' | 'never'",
235+
text: "'never' | 'always' | 'ignore'",
236236
kind: 'stringLiteral'
237237
}
238238
],
239239
documentation: [
240240
{
241-
text: 'Control how SvelteKit should handle (missing) trailing slashes in the URL. More info: https://kit.svelte.dev/docs/page-options#trailingslash',
241+
text: 'Control how SvelteKit should handle trailing slashes in the URL. More info: https://kit.svelte.dev/docs/page-options#trailingslash',
242242
kind: 'text'
243243
}
244244
]

0 commit comments

Comments
 (0)