Skip to content

Commit f3ddf1d

Browse files
eftbenmccann
andauthored
Update documentation/docs/20-core-concepts/10-routing.md
Co-authored-by: Ben McCann <[email protected]>
1 parent ca7280a commit f3ddf1d

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-
Note that if you want to leverage an `#each` block to dynamically build the nav menu in the code above, you will need to define the _sections_ array. See `+layout.js` below for the matching example.
208+
You can see how `data` is populated in 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)