Skip to content

Commit 5670357

Browse files
authored
fix: update links in JSDoc (#12963)
1 parent 92e129e commit 5670357

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/serious-rats-jump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
fix: update link in JSDoc

packages/kit/src/exports/public.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

packages/kit/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)