From de9781f29723fa841a2f936f038c0c0c4809c921 Mon Sep 17 00:00:00 2001 From: Jae Sung Park Date: Thu, 29 Sep 2022 12:15:56 +0900 Subject: [PATCH] fix(types): Fix legend.item.tile.type literal type typo --- types/options.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/options.d.ts b/types/options.d.ts index fbeffd294..a7ae91d27 100644 --- a/types/options.d.ts +++ b/types/options.d.ts @@ -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.