diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index ebfd56c0c4ee1705ba31272149094e8bdbd40fcc..1817d411234db0bad37fd46f270155a01980d50d 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -27080,7 +27080,7 @@ declare class CommonMethod { */ /** * Sets the percentage of the parent container's shrink size that is allocated to the component. - * Default value: 0 when the parent container is Column or Row, 1 when the parent container is Flex.. + * Default value: 0 when the parent container is Column or Row, 1 when the parent container is Flex. * * @param { number } value * @returns { T }