diff --git a/api/arkui/BuilderNode.d.ts b/api/arkui/BuilderNode.d.ts index ce6ba03d624dc60dfaa14cc266870352e0920123..efdc5704448cd66cb777aeb835d5a83ec666fc64 100644 --- a/api/arkui/BuilderNode.d.ts +++ b/api/arkui/BuilderNode.d.ts @@ -550,7 +550,7 @@ export class BuilderNode { updateConfiguration(): void; /** - * Dispatch mouse event to targetNode. + * Dispatch event to targetNode. * * @param { InputEventType } event - The event which will be sent to the targetNode. * @returns { boolean } - Returns true if the eventhas been successfully posted to the targetNode,