chore(Expandable): spelling ⛈ #3347

Merged
konrad merged 1 commits from dpschen/frontend:fix-expandable-spelling into main 2023-04-03 09:45:12 +00:00
1 changed files with 1 additions and 1 deletions

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,