diff --git a/src/Models/ThemeConfig/Conversion/Validation.ts b/src/Models/ThemeConfig/Conversion/Validation.ts index 9d56090f18..2e798962eb 100644 --- a/src/Models/ThemeConfig/Conversion/Validation.ts +++ b/src/Models/ThemeConfig/Conversion/Validation.ts @@ -1647,6 +1647,10 @@ export class ValidateLayer extends Conversion< } } + if(json.allowMove?.["enableAccuraccy"] !== undefined){ + context.enters("allowMove", "enableAccuracy").err("`enableAccuracy` is written with two C in the first occurrence and only one in the last") + } + return { raw: json, parsed: layerConfig } } }