From 8c17a5d169d9c331b6241f6dd654cf3c691c790d Mon Sep 17 00:00:00 2001 From: riQQ Date: Tue, 1 Mar 2022 23:52:18 +0100 Subject: [PATCH] Fix typo in code docs --- Models/ThemeConfig/Json/TagRenderingConfigJson.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/ThemeConfig/Json/TagRenderingConfigJson.ts b/Models/ThemeConfig/Json/TagRenderingConfigJson.ts index 2938083ba7..1ccf1c2f85 100644 --- a/Models/ThemeConfig/Json/TagRenderingConfigJson.ts +++ b/Models/ThemeConfig/Json/TagRenderingConfigJson.ts @@ -2,7 +2,7 @@ import {AndOrTagConfigJson} from "./TagConfigJson"; /** * A TagRenderingConfigJson is a single piece of code which converts one ore more tags into a HTML-snippet. - * For an _editable_ tagRenerdering, use 'QuestionableTagRenderingConfigJson' instead, which extends this one + * For an _editable_ tagRendering, use 'QuestionableTagRenderingConfigJson' instead, which extends this one */ export interface TagRenderingConfigJson { @@ -91,4 +91,4 @@ export interface TagRenderingConfigJson { } }[] -} \ No newline at end of file +}