diff --git a/api/@internal/component/ets/effect_component.d.ts b/api/@internal/component/ets/effect_component.d.ts index 98d39ed6473b2f2a706e1e6512025f030a78db3a..976c65e85eb76b7c3f33c1511c4e6423a0921bca 100644 --- a/api/@internal/component/ets/effect_component.d.ts +++ b/api/@internal/component/ets/effect_component.d.ts @@ -101,8 +101,8 @@ declare enum EffectLayer { * @since 20 */ declare interface EffectComponentOptions { - - /** Use this to determine the component layer 1evel. Default value is none. + /** + * Use this to determine the component layer level. Default value is none. * * @type { ?EffectLayer } * @syscap SystemCapability.ArkUI.ArkUI.Full