fix(Expandable): spelling ⛈
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Pschenitschni 2023-04-03 11:31:39 +02:00
parent b68892492c
commit a263ec1273
Signed by: dpschen
GPG Key ID: B257AC0149F43A77

View File

@ -32,7 +32,7 @@ import {computed, ref} from 'vue'
import {getInheritedBackgroundColor} from '@/helpers/getInheritedBackgroundColor'
const props = defineProps({
/** Wheather the Expandable is open or not */
/** Whether the Expandable is open or not */
open: {
type: Boolean,
default: false,