Skip to content

Commit 46fc1e9

Browse files
RoyXunnlynzaad
andauthored
docs: rename route property to routeId in NotFoundErrorType.md (#6544)
docs: fix typo in NotFoundErrorType.md rename 'route' property to 'routeId' Co-authored-by: Nico Lynzaad <[email protected]>
1 parent ec4a6fa commit 46fc1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/api/router/NotFoundErrorType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `NotFoundError` object accepts/contains the following properties:
3737
- Optional - `default: false`
3838
- If provided, will throw the not-found object instead of returning it. This can be useful in places where `throwing` in a function might cause it to have a return type of `never`. In that case, you can use `notFound({ throw: true })` to throw the not-found object instead of returning it.
3939
40-
### `route` property
40+
### `routeId` property
4141
4242
- Type: `string`
4343
- Optional

0 commit comments

Comments
 (0)