diff --git a/api/@internal/component/ets/list_item.d.ts b/api/@internal/component/ets/list_item.d.ts index 4652e8eeeee58d38da42a80a419a6dce321d764b..4648640484e4d220bbf32a96a527a5dc7cf846a8 100644 --- a/api/@internal/component/ets/list_item.d.ts +++ b/api/@internal/component/ets/list_item.d.ts @@ -285,10 +285,10 @@ declare enum ListItemSwipeActionDirection { */ declare class ListItemSwipeActionManager { /** - * Expend the swipe action + * Expand the swipe action * * @param { FrameNode } node - The ListItem FrameNode. - * @param { ListItemSwipeActionDirection } direction - The direction to expend + * @param { ListItemSwipeActionDirection } direction - The direction to expand. * @throws { BusinessError } 100023 - The component type of the node is incorrect. * @throws { BusinessError } 106203 - The node not mounted to component tree. * @static