Skip to content

Commit 48a1437

Browse files
GeorgySergadevversion
authored andcommitted
fix(compiler): fix comment typo (#57796)
fix spelling in the comment PR Close #57796
1 parent 66dcc69 commit 48a1437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compiler/src/shadow_css.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,8 @@ export class ShadowCss {
808808
let scopedSelector = '';
809809
let startIndex = 0;
810810
let res: RegExpExecArray | null;
811-
// Combinators aren't used as a delimeter if they are within parenthesis, for example
812-
// `:where(.one .two)` stays intact.
811+
// Combinators aren't used as a delimiter if they are within parenthesis,
812+
// for example `:where(.one .two)` stays intact.
813813
const sep = /( |>|\+|~(?!=))(?![^\(]*\))\s*/g;
814814

815815
// If a selector appears before :host it should not be shimmed as it

0 commit comments

Comments
 (0)