From 591b30ab2d16e24a618a0718938799ac40f88ac4 Mon Sep 17 00:00:00 2001 From: Dolav Soker <41971677+dolav@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:34:05 -0700 Subject: [PATCH] Fix typo in expansion-panel-header.scss (#29712) (cherry picked from commit 15faa29687cc3a54431a7c9c178fd3011e17074f) --- src/material/expansion/expansion-panel-header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/expansion/expansion-panel-header.scss b/src/material/expansion/expansion-panel-header.scss index 9cf896fa6e19..2dc0e5e312c2 100644 --- a/src/material/expansion/expansion-panel-header.scss +++ b/src/material/expansion/expansion-panel-header.scss @@ -139,7 +139,7 @@ } // Creates the expansion indicator arrow. Done using ::after -// rather than havingadditional nodes in the template. +// rather than having additional nodes in the template. .mat-expansion-indicator { &::after { border-style: solid;