Skip to content

Commit 6a21c57

Browse files
Update src/components/colorbar/attributes.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent b6d7a91 commit 6a21c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/colorbar/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ module.exports = overrideAll({
7272
'Sets this color bar\'s horizontal position anchor.',
7373
'This anchor binds the `x` position to the *left*, *center*',
7474
'or *right* of the color bar.',
75-
'Defaults to *left* when `orientation` if *v* and ',
76-
'defaults to *center* when `orientation` if *h*.'
75+
'Defaults to *left* when `orientation` is *v* and',
76+
'*center* when `orientation` is *h*.'
7777
].join(' ')
7878
},
7979
xpad: {

0 commit comments

Comments
 (0)