diff --git a/dist/types/index.d.ts b/dist/types/index.d.ts index 92f57d0f..f5bed2dc 100644 --- a/dist/types/index.d.ts +++ b/dist/types/index.d.ts @@ -362,7 +362,7 @@ interface Options extends ResponsiveOptions { keyboard?: boolean | 'global' | 'focused'; /** * Enables navigation by the mouse wheel. - * Set `waitForTransition` to `ture` or provide the `wheelSleep` duration. + * Set `waitForTransition` to `true` or provide the `wheelSleep` duration. */ wheel?: boolean; /**