Skip to content

Commit

Permalink
fix(types): Fix legend.item.tile.type literal type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Sep 29, 2022
1 parent 4c21a3d commit de9781f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ export interface LegendOptions {
/**
* Set legend item shape type.
*/
type?: "circle" | "recntangle";
type?: "circle" | "rectangle";

/**
* Set the radius for 'circle' legend item tile type.
Expand Down

0 comments on commit de9781f

Please sign in to comment.