diff --git a/src/components/base/Expandable.vue b/src/components/base/Expandable.vue index 7adfa1ba5..8ac7b4d39 100644 --- a/src/components/base/Expandable.vue +++ b/src/components/base/Expandable.vue @@ -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,