Skip to content

Commit

Permalink
[Slider] Fix typo in the comments in the source (mui#34452)
Browse files Browse the repository at this point in the history
Signed-off-by: VelociRaptor <77036902+HexM7@users.noreply.github.com>
  • Loading branch information
zignis authored and Daniel Rabe committed Nov 29, 2022
1 parent 654e01f commit e0490f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-base/src/SliderUnstyled/SliderUnstyled.js
Expand Up @@ -74,7 +74,7 @@ const SliderUnstyled = React.forwardRef(function SliderUnstyled(props, ref) {
} = props;

// all props with defaults
// consider extracting to hook an reusing the lint rule for the varints
// consider extracting to hook an reusing the lint rule for the variants
const ownerState = {
...props,
marks: marksProp,
Expand Down

0 comments on commit e0490f8

Please sign in to comment.