Skip to content

Commit ad98c93

Browse files
committed
Reword comment/description
1 parent c535874 commit ad98c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utilities/display/display.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
/**
12-
* Clearfix: force parent container to expand to fit floated children
12+
* Clearfix: forces a container to expand to fit floated children
1313
* https://www.cssmojo.com/latest-new-clearfix-so-far/
1414
*/
1515
.u-clearfix::after {

src/utilities/display/display.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this example, the link will include text when read aloud:
2525

2626
## Clearfix
2727

28-
The `u-clearfix` class forces a parent container to expand to fit floated children.
28+
The `u-clearfix` class forces a container to expand to fit floated children.
2929

3030
<Canvas>
3131
<Story name="Clearfix">{clearfixDemo}</Story>

0 commit comments

Comments
 (0)