From ed1e74b144bc10dfa4bfc4d6821e5e10a0d76f6e Mon Sep 17 00:00:00 2001 From: chenhaiying Date: Mon, 22 Aug 2022 02:46:43 +0000 Subject: [PATCH] update api/@ohos.window.d.ts. Signed-off-by: chenhaiying --- api/@ohos.window.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index a5fccd2d2d..2c1c92e263 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -545,7 +545,7 @@ declare namespace window { /** * Transition Context * @syscap SystemCapability.WindowManager.WindowManager.Core - * @systempi + * @systemapi * @since 9 */ interface TransitionContext { @@ -563,7 +563,7 @@ declare namespace window { /** * Transition Controller * @syscap SystemCapability.WindowManager.WindowManager.Core - * @systempi + * @systeampi * @since 9 */ interface TransitionController { -- Gitee