From bf811bbd4d9e90b929077df031057117d9258a83 Mon Sep 17 00:00:00 2001 From: Gloria Date: Fri, 2 Jun 2023 15:50:36 +0800 Subject: [PATCH] fixed 5c76acb from https://gitee.com/wusongqing/docs/pulls/19136 Update docs against 18521 Signed-off-by: wusongqing --- en/application-dev/windowmanager/application-window-stage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/windowmanager/application-window-stage.md b/en/application-dev/windowmanager/application-window-stage.md index 8cc6c04dec..68c923de34 100644 --- a/en/application-dev/windowmanager/application-window-stage.md +++ b/en/application-dev/windowmanager/application-window-stage.md @@ -293,7 +293,7 @@ A floating window is created based on an existing task. It is always displayed i > **NOTE** > - > If the task for creating the floating window is reclaimed by the system, the floating window will no longer be displayed. If you want the floating window to be displayed in such a case, apply for a [continuous task](../task-management/background-task-overview.md). + > If the task for creating the floating window is reclaimed by the system, the floating window will no longer be displayed. If you want the floating window to be displayed in such a case, apply for a [continuous task](../task-management/continuous-task-dev-guide.md). ```json { -- GitLab