From 3c6c6f4b6c8dd9d59b21d0b04db98401f72d8ecd Mon Sep 17 00:00:00 2001 From: Alexey Iskhakov Date: Wed, 20 Sep 2023 02:16:24 +0000 Subject: [PATCH] docs: update touchAction description --- docs/src/documentation/options/touchAction/+option.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/documentation/options/touchAction/+option.mdx b/docs/src/documentation/options/touchAction/+option.mdx index 4d0f8bf5..75f5f14f 100644 --- a/docs/src/documentation/options/touchAction/+option.mdx +++ b/docs/src/documentation/options/touchAction/+option.mdx @@ -9,7 +9,7 @@ import Example from '$components/options/OptionsExample.astro'; import Examples from '$components/options/OptionsExamples.svelte'; export const shortDescription = - 'Choose when and how to set "touch-action" style for mobile devices'; + 'Choose to set the initial touch-action of an element to a different value than "none"';

{shortDescription}