Skip to content

Commit

Permalink
[core] Fix typo in internal ScrollbarSize (mui#20934)
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiajun authored May 6, 2020
1 parent 3426f17 commit 78c3969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Tabs/ScrollbarSize.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const styles = {

/**
* @ignore - internal component.
* The component is originates from https://github.com/STORIS/react-scrollbar-size.
* The component originates from https://github.com/STORIS/react-scrollbar-size.
* It has been moved into the core in order to minimize the bundle size.
*/
export default function ScrollbarSize(props) {
Expand Down

0 comments on commit 78c3969

Please sign in to comment.