From 172ca80c306bbec52331226cbd662b8bb82a2971 Mon Sep 17 00:00:00 2001 From: Andrey Yolkin Date: Sun, 6 Aug 2023 21:31:22 +0300 Subject: [PATCH] docs: fix typo in `scrollToTop` (#22503) --- docs/3.api/3.utils/define-page-meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.api/3.utils/define-page-meta.md b/docs/3.api/3.utils/define-page-meta.md index 5372e0bbb8..a6e2b0a306 100644 --- a/docs/3.api/3.utils/define-page-meta.md +++ b/docs/3.api/3.utils/define-page-meta.md @@ -99,7 +99,7 @@ interface PageMeta { Validate whether a given route can validly be rendered with this page. Return true if it is valid, or false if not. If another match can't be found, this will mean a 404. You can also directly return an object with `statusCode`/`statusMessage` to respond immediately with an error (other matches will not be checked). - **`scrollTopTop`** + **`scrollToTop`** - **Type**: `boolean | (to: RouteLocationNormalized, from: RouteLocationNormalized) => boolean`