diff --git a/src/options.ts b/src/options.ts index 908d6e81..a00e4170 100644 --- a/src/options.ts +++ b/src/options.ts @@ -80,7 +80,7 @@ export interface Options { * * This is a binary flag option. You can combine multiple Levels. * - * @default PointerEventsCheckLevel.EachCall + * @default PointerEventsCheckLevel.EachApiCall */ pointerEventsCheck?: PointerEventsCheckLevel | number