From 6472f16e81dbf42ad4197b4d48fd2c35e72c6392 Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Sat, 20 Jul 2024 17:55:12 +0200 Subject: [PATCH] Correct typo in TagRenderingConfig.ts Corrects typo 'initing' --- src/Models/ThemeConfig/TagRenderingConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Models/ThemeConfig/TagRenderingConfig.ts b/src/Models/ThemeConfig/TagRenderingConfig.ts index 450918c0c1..263dd3c16d 100644 --- a/src/Models/ThemeConfig/TagRenderingConfig.ts +++ b/src/Models/ThemeConfig/TagRenderingConfig.ts @@ -88,7 +88,7 @@ export default class TagRenderingConfig { ) { let json = config if (json === undefined) { - throw "Initing a TagRenderingConfig with undefined in " + context + throw "Initiating a TagRenderingConfig with undefined in " + context } if (typeof json === "number") {