Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1713c83

Browse files
committedFeb 18, 2019
fix typo
1 parent 772efe5 commit 1713c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plots/cartesian/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ module.exports = {
228228
'histogram auto-bins.',
229229
'Note that setting axes simultaneously in both a `scaleanchor` and a `matches` constraint',
230230
'is currently forbidden.',
231-
'Moreover, note that matching must have the same `type`.'
231+
'Moreover, note that matching axes must have the same `type`.'
232232
].join(' ')
233233
},
234234
// ticks

0 commit comments

Comments
 (0)
Please sign in to comment.