Fix typo in code docs

This commit is contained in:
riQQ 2022-03-01 23:52:18 +01:00 committed by GitHub
parent c70bfed33d
commit 8c17a5d169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. * 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 { export interface TagRenderingConfigJson {
@ -91,4 +91,4 @@ export interface TagRenderingConfigJson {
} }
}[] }[]
} }