Commit 06fb03a 1 parent 638abf1 commit 06fb03a Copy full SHA for 06fb03a
File tree 2 files changed +3
-3
lines changed
components/dash-core-components/src/components
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ RangeSlider.propTypes = {
147
147
* return value * 10;
148
148
* }
149
149
* ```
150
- * Then in the component `tooltip={'transform': 'multByTen'
150
+ * Then in the component `tooltip={'transform': 'multByTen'}`
151
151
*/
152
152
transform : PropTypes . string ,
153
153
} ) ,
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ Slider.propTypes = {
120
120
style : PropTypes . object ,
121
121
/**
122
122
* Reference to a function in the `window.dccFunctions` namespace.
123
- * This can be added in a scrip in the asset folder.
123
+ * This can be added in a script in the asset folder.
124
124
*
125
125
* For example, in `assets/tooltip.js`:
126
126
* ```
@@ -129,7 +129,7 @@ Slider.propTypes = {
129
129
* return value * 10;
130
130
* }
131
131
* ```
132
- * Then in the component `tooltip={'transform': 'multByTen'
132
+ * Then in the component `tooltip={'transform': 'multByTen'}`
133
133
*/
134
134
transform : PropTypes . string ,
135
135
} ) ,
You can’t perform that action at this time.
0 commit comments