From 557971c78553cb4a737b4e53e290e60ff587cd1c Mon Sep 17 00:00:00 2001 From: Xun Qilong <963877037@qq.com> Date: Thu, 29 Jan 2026 10:54:54 +0800 Subject: [PATCH] docs: fix typo in NotFoundErrorType.md rename 'route' property to 'routeId' --- docs/router/framework/react/api/router/NotFoundErrorType.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/router/framework/react/api/router/NotFoundErrorType.md b/docs/router/framework/react/api/router/NotFoundErrorType.md index bad29f9f70b..6d8b00a84b5 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