Correct typo in TagRenderingConfig.ts

Corrects typo 'initing'
This commit is contained in:
danieldegroot2 2024-07-20 17:55:12 +02:00 committed by GitHub
parent 22cc2a9b73
commit 6472f16e81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ export default class TagRenderingConfig {
) {
let json = <string | QuestionableTagRenderingConfigJson>config
if (json === undefined) {
throw "Initing a TagRenderingConfig with undefined in " + context
throw "Initiating a TagRenderingConfig with undefined in " + context
}
if (typeof json === "number") {