Skip to content

Commit d5305f8

Browse files
authored
docs: fix typos in styling files (#27537)
1 parent 3e23676 commit d5305f8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/material/core/selection/pseudo-checkbox/_pseudo-checkbox-common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $padding: checkbox-common.$border-width * 2;
4242
// `$box-size`: size of the checkbox.
4343
// `$border-size`: size of the checkbox's border.
4444
@mixin _checkbox-indeterminate-styles-with-size($box-size, $border-size) {
45-
// Center the line in the the checkbox. `$checkbox-common.$border-width` is the width of the line.
45+
// Center the line in the checkbox. `$checkbox-common.$border-width` is the width of the line.
4646
top: math.div($box-size - checkbox-common.$border-width, 2) - $border-size;
4747
width: $box-size - checkbox-common.$border-width - (2 * $border-size);
4848
}

src/material/core/tokens/m2/mdc/_circular-progress.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $prefix: (mdc, circular-progress);
1616
@return (
1717
// The thickness of the progress spinner's active indicator.
1818
active-indicator-width: 4px,
19-
// The the diameter of the spinner
19+
// The diameter of the spinner
2020
size: 48px,
2121
// =============================================================================================
2222
// = TOKENS NOT USED IN ANGULAR MATERIAL =

src/material/core/tokens/m2/mdc/_plain-tooltip.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ $prefix: (mdc, plain-tooltip);
5151
// Font for the tooltip text.
5252
supporting-text-font: typography-utils.font-family($config, caption)
5353
or typography-utils.font-family($config),
54-
// Font size for the the tooltip text.
54+
// Font size for the tooltip text.
5555
supporting-text-size: typography-utils.font-size($config, caption),
56-
// Font weight of the the tooltip text.
56+
// Font weight of the tooltip text.
5757
supporting-text-weight: typography-utils.font-weight($config, caption),
5858
// Tracking (space between letters) of the tooltip text.
5959
supporting-text-tracking: typography-utils.letter-spacing($config, caption),

src/material/list/list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ a.mdc-list-item--activated {
172172
// Unscoped content can wrap if the list item has acquired three lines. MDC implements
173173
// this functionality for secondary text but there is no proper text ellipsis when
174174
// text overflows the third line. These styles ensure the overflow is handled properly.
175-
// TODO: Move this to the the MDC list once it drops IE11 support.
175+
// TODO: Move this to the MDC list once it drops IE11 support.
176176
.mat-mdc-list-item-unscoped-content.mdc-list-item__secondary-text {
177177
display: -webkit-box;
178178
-webkit-box-orient: vertical;

0 commit comments

Comments
 (0)