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 {
441441 */
442442 lib ?: string ;
443443 /**
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 )
445445 * @default "src/params"
446446 */
447447 params ?: string ;
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ declare module '@sveltejs/kit' {
423423 */
424424 lib ?: string ;
425425 /**
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 )
427427 * @default "src/params"
428428 */
429429 params ?: string ;
You can’t perform that action at this time.
0 commit comments