Skip to content

Commit f9f9e48

Browse files
authored
Update documentation/docs/20-core-concepts/10-routing.md
1 parent f3ddf1d commit f9f9e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/20-core-concepts/10-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ We can create a layout that only applies to pages below `/settings` (while inher
205205
<slot></slot>
206206
```
207207

208-
You can see how `data` is populated in the `+layout.js` example in the next section just below.
208+
You can see how `data` is populated by looking at the `+layout.js` example in the next section just below.
209209

210210
By default, each layout inherits the layout above it. Sometimes that isn't what you want - in this case, [advanced layouts](advanced-routing#advanced-layouts) can help you.
211211

0 commit comments

Comments
 (0)