Skip to content

Commit 3e92d7a

Browse files
committed
Fix typo in attr description
1 parent b20ce67 commit 3e92d7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/traces/bar/attributes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ module.exports = {
8686
role: 'info',
8787
dflt: 'both',
8888
description: [
89-
'Constrain the size of text the bar to be no larger than the bar itself.'
89+
'Constrain the size of text inside or outside a bar to be no',
90+
'larger than the bar itself.'
9091
].join(' ')
9192
},
9293

0 commit comments

Comments
 (0)