Skip to content

Commit

Permalink
docs() Typo:fix BorderProps.ts (#10383)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmmoorthy authored Jan 5, 2025
1 parent 10b17a5 commit f0197e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/Object/types/BorderProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface BorderProps {
* Scale factor for the border of the objects ( selection box and controls stroke ).
* Bigger number will make a thicker border
* border default value is 1, so this scale value is equal to a border and control strokeWidth.
* Id you need to divide border from control strokeWidth
* If you need to divide border from control strokeWidth
* you will need to write your own render function for controls
* @type Number
* @default 1
Expand Down

0 comments on commit f0197e7

Please sign in to comment.