Skip to content

Commit 8e4cf5b

Browse files
authored
docs: typo about pathless layout routes in routing-concepts (#6214)
1 parent 2f46e9b commit 8e4cf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/routing/routing-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ routes/
309309
│ ├── b.tsx
310310
```
311311

312-
However, unlike Layout Routes, since Pathless Layout Routes do match based on URL path segments, this means that these routes do not support [Dynamic Route Segments](#dynamic-route-segments) as part of their path and therefore cannot be matched in the URL.
312+
However, unlike Layout Routes, since Pathless Layout Routes do not match based on URL path segments, this means that these routes do not support [Dynamic Route Segments](#dynamic-route-segments) as part of their path and therefore cannot be matched in the URL.
313313

314314
This means that you cannot do this:
315315

0 commit comments

Comments
 (0)