From 6ea412e8396331567580fb7669c6c02a72b3844e Mon Sep 17 00:00:00 2001 From: rycid <57729652+rycid@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:29:34 -0400 Subject: [PATCH] Update index.d.ts Fixed the typo in the 'wheel' option's help text. --- dist/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**