Skip to content

Commit 1518f7d

Browse files
committed
chore: format
1 parent b6b876f commit 1518f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/start/framework/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ async function loader({ params }: LoaderArgs) {
263263
}
264264
```
265265

266-
You should ensure that all dynamic segments in a given path are unique. Otherwise, as the `params` object is populated - latter dynamic segment values will override earlier values.
266+
You should ensure that all dynamic segments in a given path are unique. Otherwise, as the `params` object is populated - latter dynamic segment values will override earlier values.
267267

268268
## Optional Segments
269269

docs/start/library/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default function Team() {
168168
}
169169
```
170170

171-
You should ensure that all dynamic segments in a given path are unique. Otherwise, as the `params` object is populated - latter dynamic segment values will override earlier values.
171+
You should ensure that all dynamic segments in a given path are unique. Otherwise, as the `params` object is populated - latter dynamic segment values will override earlier values.
172172

173173
## Optional Segments
174174

0 commit comments

Comments
 (0)