Skip to content

Commit 7d7e756

Browse files
[styles] Fix wording in indexCounter comment (#20874)
1 parent a9f831a commit 7d7e756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui-styles/src/makeStyles/indexCounter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable import/prefer-default-export */
22
// Global index counter to preserve source order.
3-
// We create the style sheet during at the creation of the component,
3+
// We create the style sheet during the creation of the component,
44
// children are handled after the parents, so the order of style elements would be parent->child.
55
// It is a problem though when a parent passes a className
66
// which needs to override any child's styles.

0 commit comments

Comments
 (0)