Skip to content

Commit 39eaf09

Browse files
authored
[docs] fix typo in example code (#4807)
1 parent 88f8682 commit 39eaf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ src/routes/
194194
```
195195

196196
```svelte
197-
/// file: src/routes/marx-brothers/[...path.svelte]
197+
/// file: src/routes/marx-brothers/[...path].svelte
198198
<script context="module">
199199
/** @type {import('./[...path]').Load} */
200200
export function load({ params }) {

0 commit comments

Comments
 (0)