Skip to content

Commit

Permalink
fix(docs): correct wording in indexCounter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iamclaytonray authored May 2, 2020
1 parent 8cebfc7 commit ea79d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-styles/src/makeStyles/indexCounter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable import/prefer-default-export */
// Global index counter to preserve source order.
// We create the style sheet during at the creation of the component,
// We create the style sheet during the creation of the component,
// children are handled after the parents, so the order of style elements would be parent->child.
// It is a problem though when a parent passes a className
// which needs to override any child's styles.
Expand Down

0 comments on commit ea79d55

Please sign in to comment.