From 858cb74bef19be69ce5860b5ecffd7d8ef9addb8 Mon Sep 17 00:00:00 2001 From: "jiafeng.zhang" Date: Thu, 25 Aug 2022 15:46:47 +0800 Subject: [PATCH] [typo](doc)Window funnel fix (#12064) window funnel fix --- .../window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md | 2 +- docs/sidebars.json | 2 +- .../window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md b/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md index 59bf36d3fa..92a19d0644 100644 --- a/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md +++ b/docs/en/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md @@ -1,6 +1,6 @@ --- { - "title": "WINDOW-FUNCTION-WINDOW_FUNNEL", + "title": "WINDOW-FUNCTION-WINDOW-FUNNEL", "language": "en" } --- diff --git a/docs/sidebars.json b/docs/sidebars.json index 2de4954562..83820fa4f0 100644 --- a/docs/sidebars.json +++ b/docs/sidebars.json @@ -530,7 +530,7 @@ "sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-LEAD", "sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-ROW-NUMBER", "sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-NTILE", - "sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW_FUNNEL" + "sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL" ] }, "sql-manual/sql-functions/cast", diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md index 9165a9bcc6..a27ef486f9 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/window-functions/WINDOW-FUNCTION-WINDOW-FUNNEL.md @@ -1,6 +1,6 @@ --- { - "title": "WINDOW-FUNCTION-WINDOW_FUNNEL", + "title": "WINDOW-FUNCTION-WINDOW-FUNNEL", "language": "en" } ---