Skip to content

Commit 76a265e

Browse files
committed
fix typo in break bounds description
1 parent 3957d95 commit 76a265e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/layout_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ module.exports = {
271271
description: [
272272
'Sets the lower and upper bounds of this axis break.',
273273
'Can be used with `operation` to determine the behavior at the bounds.',
274-
'On *date* axes, it can be used `pattern`.'
274+
'On *date* axes, it can be used with `pattern`.'
275275
].join(' ')
276276
},
277277

0 commit comments

Comments
 (0)