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
|
||||
|
||||
/**
|
||||
* Wehter or not to fill polygons
|
||||
* Whether or not to fill polygons
|
||||
*/
|
||||
fill?: "yes" | "no" | TagRenderingConfigJson
|
||||
|
||||
|
|
Loading…
Reference in a new issue