Skip to content

Commit

Permalink
fix: update links in JSDoc (#12963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Nov 5, 2024
1 parent 92e129e commit 5670357
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-rats-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

fix: update link in JSDoc
2 changes: 1 addition & 1 deletion packages/kit/src/exports/public.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export interface KitConfig {
*/
lib?: string;
/**
* a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#matching)
* a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#Matching)
* @default "src/params"
*/
params?: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ declare module '@sveltejs/kit' {
*/
lib?: string;
/**
* a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#matching)
* a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#Matching)
* @default "src/params"
*/
params?: string;
Expand Down

0 comments on commit 5670357

Please sign in to comment.