diff --git a/docs/router/framework/react/api/router/NotFoundErrorType.md b/docs/router/framework/react/api/router/NotFoundErrorType.md index bad29f9f70..6d8b00a84b 100644 --- a/docs/router/framework/react/api/router/NotFoundErrorType.md +++ b/docs/router/framework/react/api/router/NotFoundErrorType.md @@ -37,7 +37,7 @@ The `NotFoundError` object accepts/contains the following properties: - Optional - `default: false` - 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. -### `route` property +### `routeId` property - Type: `string` - Optional