Skip to content

Commit

Permalink
docstring typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jan 30, 2024
1 parent 638abf1 commit 06fb03a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RangeSlider.propTypes = {
* return value * 10;
* }
* ```
* Then in the component `tooltip={'transform': 'multByTen'
* Then in the component `tooltip={'transform': 'multByTen'}`
*/
transform: PropTypes.string,
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Slider.propTypes = {
style: PropTypes.object,
/**
* Reference to a function in the `window.dccFunctions` namespace.
* This can be added in a scrip in the asset folder.
* This can be added in a script in the asset folder.
*
* For example, in `assets/tooltip.js`:
* ```
Expand All @@ -129,7 +129,7 @@ Slider.propTypes = {
* return value * 10;
* }
* ```
* Then in the component `tooltip={'transform': 'multByTen'
* Then in the component `tooltip={'transform': 'multByTen'}`
*/
transform: PropTypes.string,
}),
Expand Down

0 comments on commit 06fb03a

Please sign in to comment.