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}