forked from MapComplete/MapComplete
Fix typo in code docs
This commit is contained in:
parent
8c17a5d169
commit
ada0ad92f3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue