Skip to content

Commit d8b9c08

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

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
@@ -99,8 +99,8 @@ module.exports = overrideAll({
9999
'Sets this color bar\'s vertical position anchor',
100100
'This anchor binds the `y` position to the *top*, *middle*',
101101
'or *bottom* of the color bar.',
102-
'Defaults to *middle* when `orientation` if *v* and ',
103-
'defaults to *bottom* when `orientation` if *h*.'
102+
'Defaults to *middle* when `orientation` is *v* and',
103+
'*bottom* when `orientation` is *h*.'
104104
].join(' ')
105105
},
106106
ypad: {

0 commit comments

Comments
 (0)