docs: calendar typo (#330)

This commit is contained in:
Victor Garcia 2024-02-09 13:27:05 +01:00 committed by GitHub
parent aef277bbfe
commit 08d6ea6a53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -57,7 +57,7 @@ import { Button } from '@/components/ui/button'
})
}"
>
Add to calander
Add to calendar
</Button>
</template>
```

View File

@ -61,7 +61,7 @@ const { toast } = useToast()
});
}"
>
Add to calander
Add to calendar
</Button>
</template>
```

View File

@ -15,6 +15,6 @@ import { Button } from '@/lib/registry/default/ui/button'
})
}"
>
Add to calander
Add to calendar
</Button>
</template>

View File

@ -14,6 +14,6 @@ const { toast } = useToast()
});
}"
>
Add to calander
Add to calendar
</Button>
</template>

View File

@ -15,6 +15,6 @@ import { Button } from '@/lib/registry/new-york/ui/button'
})
}"
>
Add to calander
Add to calendar
</Button>
</template>

View File

@ -14,6 +14,6 @@ const { toast } = useToast()
});
}"
>
Add to calander
Add to calendar
</Button>
</template>