From 6e6e983cf864a974690499fe1e0790aa35cc0a73 Mon Sep 17 00:00:00 2001 From: hehongyang9 Date: Wed, 11 Jun 2025 15:17:13 +0800 Subject: [PATCH] fix spelling Signed-off-by: hehongyang9 Change-Id: Iada63c1f262b29bf4088009811498095d1151202 --- api/@internal/component/ets/enums.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/enums.d.ts b/api/@internal/component/ets/enums.d.ts index d5a646fd7f..bd91cb929b 100644 --- a/api/@internal/component/ets/enums.d.ts +++ b/api/@internal/component/ets/enums.d.ts @@ -10707,7 +10707,7 @@ declare enum AnimationPropertyType { ROTATION = 0, /** - * Tranlation in the x and y direction. + * Translation in the x and y direction. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform -- Gitee