Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(VTooltip): fix usage example button text #20379

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

santarosalia
Copy link
Contributor

fix button text

@@ -45,7 +45,7 @@
const slots = computed(() => {
return `
<template v-slot:activator="{ props }">
<v-btn v-bind="props">Tooltip</v-btn>
<v-btn v-bind="props">HOVER ON ME</v-btn>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just commenting on the grammar here:
This should rather be "Hover over me"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thats good point

@KaelWD KaelWD changed the title docs(VTooltip): fix usage examples docs(VTooltip): fix usage example button text Aug 27, 2024
@KaelWD KaelWD merged commit 9737e4a into vuetifyjs:master Aug 27, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants