diff --git a/js/utils/tap.js b/js/utils/tap.js index b818c83b1f..473509457c 100644 --- a/js/utils/tap.js +++ b/js/utils/tap.js @@ -21,10 +21,10 @@ * * ### Disabling the tap system * To disable the tap for any element and all of its children elements, - * add the attribute `data-prevent-default="true"`. + * add the attribute `data-tap-disabled="true"`. * * ```html - *