forked from MapComplete/MapComplete
Correct typo in TagRenderingConfig.ts
Corrects typo 'initing'
This commit is contained in:
parent
22cc2a9b73
commit
6472f16e81
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue