Skip to content

Commit bad0808

Browse files
committed
Typo fix in component docs
1 parent 6481353 commit bad0808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/sliders/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var stepsAttrs = {
2727
'Sets the Plotly method to be called when the slider value is changed.',
2828
'If the `skip` method is used, the API slider will function as normal',
2929
'but will perform no API calls and will not bind automatically to state',
30-
'updates. This may be used to creating a component interface and attach to',
30+
'updates. This may be used to create a component interface and attach to',
3131
'slider events manually via JavaScript.'
3232
].join(' ')
3333
},

src/components/updatemenus/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var buttonsAttrs = {
2525
'Sets the Plotly method to be called on click.',
2626
'If the `skip` method is used, the API updatemenu will function as normal',
2727
'but will perform no API calls and will not bind automatically to state',
28-
'updates. This may be used to creating a component interface and attach to',
28+
'updates. This may be used to create a component interface and attach to',
2929
'updatemenu events manually via JavaScript.'
3030
].join(' ')
3131
},

0 commit comments

Comments
 (0)