From a263ec12739edf8371aa638cea7246ff3100384f Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 3 Apr 2023 11:31:39 +0200 Subject: [PATCH] =?UTF-8?q?fix(Expandable):=20spelling=20=E2=9B=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/base/Expandable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,