Skip to content

Commit f0197e7

Browse files
authored
docs() Typo:fix BorderProps.ts (fabricjs#10383)
1 parent 10b17a5 commit f0197e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shapes/Object/types/BorderProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface BorderProps {
3232
* Scale factor for the border of the objects ( selection box and controls stroke ).
3333
* Bigger number will make a thicker border
3434
* border default value is 1, so this scale value is equal to a border and control strokeWidth.
35-
* Id you need to divide border from control strokeWidth
35+
* If you need to divide border from control strokeWidth
3636
* you will need to write your own render function for controls
3737
* @type Number
3838
* @default 1

0 commit comments

Comments
 (0)