diff --git a/Models/ThemeConfig/Json/LineRenderingConfigJson.ts b/Models/ThemeConfig/Json/LineRenderingConfigJson.ts index b29f9a991..bb31da29e 100644 --- a/Models/ThemeConfig/Json/LineRenderingConfigJson.ts +++ b/Models/ThemeConfig/Json/LineRenderingConfigJson.ts @@ -33,7 +33,7 @@ export default interface LineRenderingConfigJson { lineCap?: "round" | "square" | "butt" | string | TagRenderingConfigJson /** - * Wehter or not to fill polygons + * Whether or not to fill polygons */ fill?: "yes" | "no" | TagRenderingConfigJson @@ -51,4 +51,4 @@ export default interface LineRenderingConfigJson { * This simplifies programming. Refer to the CalculatedTags.md-documentation for more details */ offset?: number | TagRenderingConfigJson -} \ No newline at end of file +}