Skip to content

Commit a828588

Browse files
CamWassignatiusmb
andauthored
[docs] Fix broken doc links for App namespaces (#4627)
* Fix broken doc links for App namespaces * Update .changeset/young-horses-kick.md Co-authored-by: Ignatius Bagus <[email protected]>
1 parent 651f986 commit a828588

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/young-horses-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-svelte': patch
3+
---
4+
5+
Update broken documentation links for `App` namespaces

packages/create-svelte/templates/default/src/app.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="@sveltejs/kit" />
22

3-
// See https://kit.svelte.dev/docs/types#the-app-namespace
3+
// See https://kit.svelte.dev/docs/types#app
44
// for information about these interfaces
55
declare namespace App {
66
interface Locals {

packages/create-svelte/templates/skeleton/src/app.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="@sveltejs/kit" />
22

3-
// See https://kit.svelte.dev/docs/types#the-app-namespace
3+
// See https://kit.svelte.dev/docs/types#app
44
// for information about these interfaces
55
declare namespace App {
66
// interface Locals {}

0 commit comments

Comments
 (0)