Skip to content

Commit 1614ab1

Browse files
authored
Update dom-utils.md
1 parent 14bf438 commit 1614ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dom-utils.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# There are some helpers to manipulate DOM with no explicit f(classes) calls.
33

4-
Setting fela styles to elements dound by selectors similarly to CSS ones,
4+
Setting fela styles to elements found by selectors similarly to CSS ones,
55
but root "classes" or argument props, if not used with lit-css, are TAG selectors.
66
To find some more complex stuff, use modifiers like `.div.thisClass:hover` etc.
77
**It's safe to leave it as is during SSR, 'cause there's a check inside,
@@ -19,4 +19,4 @@ renderer.setClasses(css`
1919
font-size 18px
2020
}
2121
`)
22-
```
22+
```

0 commit comments

Comments
 (0)