File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @sveltejs/kit ' : patch
3
+ ---
4
+
5
+ fix: update link in JSDoc
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ export interface KitConfig {
441
441
*/
442
442
lib ?: string ;
443
443
/**
444
- * a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#matching )
444
+ * a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#Matching )
445
445
* @default "src/params"
446
446
*/
447
447
params ?: string ;
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ declare module '@sveltejs/kit' {
423
423
*/
424
424
lib ?: string ;
425
425
/**
426
- * a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#matching )
426
+ * a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#Matching )
427
427
* @default "src/params"
428
428
*/
429
429
params ?: string ;
You can’t perform that action at this time.
0 commit comments