diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index 4d435b3a6b24058c6b2da876682b3094c5339cbd..21907129874bf69455b16c15a99d4a3d0ab673c1 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.