diff --git a/gluon.d.ts b/gluon.d.ts index 1497be7..75fd144 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -193,11 +193,11 @@ type CDPApi = { ): Promise, /** - * Hook into a specific CDP method being called. + * Hook into a specific CDP method being emitted. * @returns Function to unhook/unsubscribe. */ on( - /** Method of CDP command to hook into. */ + /** Method of CDP event to hook into. */ method: string, /** Callback to run when the given method is emitted. */