Fix typo in code docs

This commit is contained in:
riQQ 2022-03-02 00:07:33 +01:00 committed by GitHub
parent 8c17a5d169
commit ada0ad92f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ export default interface LineRenderingConfigJson {
lineCap?: "round" | "square" | "butt" | string | TagRenderingConfigJson lineCap?: "round" | "square" | "butt" | string | TagRenderingConfigJson
/** /**
* Wehter or not to fill polygons * Whether or not to fill polygons
*/ */
fill?: "yes" | "no" | TagRenderingConfigJson fill?: "yes" | "no" | TagRenderingConfigJson
@ -51,4 +51,4 @@ export default interface LineRenderingConfigJson {
* This simplifies programming. Refer to the CalculatedTags.md-documentation for more details * This simplifies programming. Refer to the CalculatedTags.md-documentation for more details
*/ */
offset?: number | TagRenderingConfigJson offset?: number | TagRenderingConfigJson
} }