We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d7a91 commit 6a21c57Copy full SHA for 6a21c57
src/components/colorbar/attributes.js
@@ -72,8 +72,8 @@ module.exports = overrideAll({
72
'Sets this color bar\'s horizontal position anchor.',
73
'This anchor binds the `x` position to the *left*, *center*',
74
'or *right* of the color bar.',
75
- 'Defaults to *left* when `orientation` if *v* and ',
76
- 'defaults to *center* when `orientation` if *h*.'
+ 'Defaults to *left* when `orientation` is *v* and',
+ '*center* when `orientation` is *h*.'
77
].join(' ')
78
},
79
xpad: {
0 commit comments