Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7a501d

Browse files
committed
remove trailing comma
1 parent 2744e5e commit d7a501d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shapes/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
'If *rect*, a rectangle is drawn linking',
3535
'(`x0`,`y0`), (`x1`,`y0`), (`x1`,`y1`), (`x0`,`y1`), (`x0`,`y0`)',
3636

37-
'If *path*, draw a custom SVG path using `path`.',
37+
'If *path*, draw a custom SVG path using `path`.'
3838
].join(' ')
3939
},
4040

0 commit comments

Comments
 (0)