From cda8f7ff69c5666cafc51ad939883b72aef9d188 Mon Sep 17 00:00:00 2001 From: chenbenzhi Date: Mon, 8 Aug 2022 15:33:19 +0800 Subject: [PATCH] fix error name of textZommAtio Signed-off-by: chenbenzhi Change-Id: Ic72c0416d46f05254a32c73eb4314284f76a127a --- api/@internal/component/ets/web.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index 4d435b3a6b..2190712987 100644 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -1257,12 +1257,12 @@ declare class WebAttribute extends CommonMethod { overviewModeAccess(overviewModeAccess: boolean): WebAttribute; /** - * Sets the atio of the text zoom. - * @param textZoomAtio The atio of the text zoom. + * Sets the ratio of the text zoom. + * @param textZoomRatio The ratio of the text zoom. * * @since 8 */ - textZoomAtio(textZoomAtio: number): WebAttribute; + textZoomRatio(textZoomRatio: number): WebAttribute; /** * Sets whether the Web access the database. -- Gitee