Skip to content

Commit f81ec65

Browse files
committed
fix: one more small formatting glitch
1 parent c4aee24 commit f81ec65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ module.exports = {
334334
description: [
335335
'If *normal*, the range is computed in relation to the extrema',
336336
'of the input data.',
337-
'If *tozero*`, the range extends to 0,',
337+
'If *tozero*, the range extends to 0,',
338338
'regardless of the input data',
339339
'If *nonnegative*, the range is non-negative,',
340340
'regardless of the input data.',

src/plots/polar/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var radialAxisAttrs = {
7373
dflt: 'tozero',
7474
editType: 'calc',
7575
description: [
76-
'If *tozero*`, the range extends to 0,',
76+
'If *tozero*, the range extends to 0,',
7777
'regardless of the input data',
7878
'If *nonnegative*, the range is non-negative,',
7979
'regardless of the input data.',

src/traces/carpet/axis_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = {
8686
description: [
8787
'If *normal*, the range is computed in relation to the extrema',
8888
'of the input data.',
89-
'If *tozero*`, the range extends to 0,',
89+
'If *tozero*, the range extends to 0,',
9090
'regardless of the input data',
9191
'If *nonnegative*, the range is non-negative,',
9292
'regardless of the input data.'

0 commit comments

Comments
 (0)