Skip to content

Commit

Permalink
Merge pull request #6697 from stackoverfloweth/delay-doc-typo
Browse files Browse the repository at this point in the history
fixed typo in delay doc
  • Loading branch information
tugcekucukoglu authored Nov 1, 2024
2 parents ebd448f + 725c926 commit 6f053b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/showcase/doc/tooltip/DelayDoc.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Dlays to the enter and leave events are defined with <i>showDelay</i> and <i>hideDelay</i> options respectively.</p>
<p>Delays to the enter and leave events are defined with <i>showDelay</i> and <i>hideDelay</i> options respectively.</p>
</DocSectionText>
<div class="card flex flex-wrap justify-center">
<Button v-tooltip="{ value: 'Confirm to proceed', showDelay: 1000, hideDelay: 300 }" label="Save" />
Expand Down

0 comments on commit 6f053b6

Please sign in to comment.