diff --git a/packages/types/svg.d.ts b/packages/types/svg.d.ts index 7d5cfe495..98ecdbf58 100644 --- a/packages/types/svg.d.ts +++ b/packages/types/svg.d.ts @@ -10,7 +10,7 @@ export interface SVGPresentationAttributes { fillRule?: 'nonzero' | 'evenodd'; strokeOpacity?: string | number; textAnchor?: 'start' | 'middle' | 'end'; - strokeLineCap?: 'butt' | 'round' | 'square'; + strokeLinecap?: 'butt' | 'round' | 'square'; strokeLinejoin?: 'butt' | 'round' | 'square'; visibility?: 'visible' | 'hidden' | 'collapse'; clipPath?: string;